mirror of
https://github.com/directus/directus.git
synced 2026-02-19 10:14:33 -05:00
Fix edit dashboard modal
This commit is contained in:
@@ -93,10 +93,9 @@
|
||||
</v-dialog>
|
||||
|
||||
<dashboard-dialog
|
||||
v-if="editDashboard"
|
||||
:model-value="true"
|
||||
@toggle="editDashboard = null"
|
||||
:model-value="!!editDashboard"
|
||||
:dashboard="editDashboard"
|
||||
@update:model-value="editDashboard = null"
|
||||
/>
|
||||
</private-view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user