mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 16:05:42 +00:00
fix: remove nodraft from app and raw app edit buttons
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
size="sm"
|
||||
startIcon={{ icon: Pen }}
|
||||
variant="subtle"
|
||||
href="{base}/apps/edit/{app.path}?nodraft=true">Edit</Button
|
||||
href="{base}/apps/edit/{app.path}">Edit</Button
|
||||
>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
size="sm"
|
||||
startIcon={{ icon: Pen }}
|
||||
variant="subtle"
|
||||
href="{base}/apps_raw/edit/{page.params.path}?nodraft=true">Edit</Button
|
||||
href="{base}/apps_raw/edit/{page.params.path}">Edit</Button
|
||||
>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user