mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1817] [CLOSED] Remove hintCopy from EditNode autosize configuration
#1590
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1817
Author: @PalmarHealer
Created: 10/17/2025
Status: ❌ Closed
Base:
main← Head:palmarhealer/remove-copy-hint📝 Commits (1)
24d983eRemovehintCopyfrom EditNode autosize configuration📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
app/Filament/Admin/Resources/Nodes/Pages/EditNode.php(+0 -1)📄 Description
It has been removed since it’s not available, and unfortunately, there is no good replacement for it.
Method 'hintCopy' not found in \Filament\Forms\Components\TextareaIt would be possible to use the
TextInput, but that didn’t work for me either. Therefore, I suggest removing it to avoid confusion, as it’s not needed at the moment.Maybe a
// TODO: Add copy buttoncomment could be added so it can be revisited later.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.