Update ModalConfigRamFlash.tsx
This commit is contained in:
parent
9fcf03e3a7
commit
db62385b29
|
|
@ -292,9 +292,7 @@ export default function ModalConfigRamFlash({ opened, onClose }: Props) {
|
|||
/>
|
||||
</Flex>
|
||||
<Button
|
||||
disabled={
|
||||
disabled || newConfig.models.length === 0 || !newConfig.ram
|
||||
}
|
||||
disabled={disabled || newConfig.models.length === 0}
|
||||
size="xs"
|
||||
color="green"
|
||||
onClick={() => handleAdd()}
|
||||
|
|
|
|||
Loading…
Reference in New Issue