mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix paused project modal
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<Modal title="Project paused" bind:open={show} size="l" dismissible={false}>
|
||||
<Modal title="Project paused" bind:open={show} size="m" dismissible={false}>
|
||||
<Layout.Stack gap="m">
|
||||
<Typography.Text>This project has been paused due to inactivity.</Typography.Text>
|
||||
<Typography.Text>
|
||||
|
||||
Reference in New Issue
Block a user