mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
rdconsole design fix (#15874)
This commit is contained in:
@@ -323,8 +323,8 @@ const ResearchConsoleDisk = (props) => {
|
||||
/>
|
||||
<DataDisk
|
||||
disk={d_disk}
|
||||
saveDialog={SaveDialogDesign}
|
||||
onSaveDialog={onSaveDialogDesign}
|
||||
saveDialog={props.saveDialogDesign}
|
||||
onSaveDialog={props.onSaveDialogDesign}
|
||||
/>
|
||||
</Section>
|
||||
);
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user