mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Changed button text.
This commit is contained in:
parent
a9f46ae4f3
commit
fdebfabbda
@ -40,9 +40,7 @@ export class Toolbar extends Component {
|
||||
// Make sure it doesn't do a POST:
|
||||
customRequest={() => false}
|
||||
>
|
||||
<Button icon="file">
|
||||
{quest_editor_store.current_quest_filename || "Open file..."}
|
||||
</Button>
|
||||
<Button icon="file">Open file...</Button>
|
||||
</Upload>
|
||||
<Select
|
||||
onChange={quest_editor_store.set_current_area_id}
|
||||
|
Loading…
Reference in New Issue
Block a user