Fixes ntos file manager showing "Rename" instead of the file names (#91060)

This commit is contained in:
_0Steven
2025-05-09 12:14:35 -07:00
committed by GitHub
parent 6fe56f6009
commit 097e0c142d
@@ -71,7 +71,6 @@ const FileTable = (props) => {
{!file.undeletable ? (
<Button.Input
fluid
buttonText="Rename"
value={file.name}
onCommit={(value) => onRename(file.name, value)}
/>