Skip to content

Commit

Permalink
fix: missing submit button when collection immutable (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Feb 5, 2025
1 parent 81dde57 commit 8e3c1bd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,7 @@
<CollectionDelete {collection} {rule} {type} on:junoCollectionSuccess />
{/if}

{#if !currentImmutable}
<button type="submit" class="primary" {disabled}>{$i18n.core.submit}</button>
{/if}
<button type="submit" class="primary" {disabled}>{$i18n.core.submit}</button>
</div>
</form>
</article>
Expand Down

0 comments on commit 8e3c1bd

Please # to comment.