fix: correct some workflow problems

This commit is contained in:
Riccardo
2024-05-28 07:11:57 +02:00
parent 85d66215a7
commit 8c36c90710
9 changed files with 47 additions and 20 deletions

View File

@@ -143,6 +143,7 @@ export default function ItemsTable() {
type="submit"
onClick={handleCreateItemDialog}
sx={{ width: '200px' }}
disabled={!profile}
>
Create Item
</Button>