feat: facelift overall machines page and refactor
This commit is contained in:
parent
c6930732ee
commit
252e78d618
9 changed files with 1787 additions and 210 deletions
|
|
@ -26,6 +26,8 @@ type Properties = {
|
|||
readonly parameters?: HookParameters;
|
||||
}
|
||||
|
||||
export type OpenFunction = (overrides?: Overrides) => void
|
||||
|
||||
export default function useModal(properties?: HookParameters) {
|
||||
const [isOpen, setIsOpen] = useState(false)
|
||||
const [liveProperties, setLiveProperties] = useState(properties)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue