mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes ntos file manager showing "Rename" instead of the file names (#91060)
This commit is contained in:
@@ -71,7 +71,6 @@ const FileTable = (props) => {
|
||||
{!file.undeletable ? (
|
||||
<Button.Input
|
||||
fluid
|
||||
buttonText="Rename"
|
||||
value={file.name}
|
||||
onCommit={(value) => onRename(file.name, value)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user