Skip to content

Commit

Permalink
Merge pull request #932 from PlanoramaEvents/plan-879-reset-text
Browse files Browse the repository at this point in the history
PLAN-879 disable reset button
  • Loading branch information
Gailbear authored Feb 8, 2024
2 parents ad03aa5 + 2477d1e commit c42e69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/page-content/page_content_editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
></plano-editor>
<!-- TODO - do we want a delete? -->
<b-button variant="primary" @click="saveContent">Save</b-button>
<b-button variant="secondary" @click="clearContent">Reset To Default</b-button>
<!-- <b-button variant="danger" @click="clearContent">Reset To Default</b-button> -->
</div>
</template>

Expand Down

0 comments on commit c42e69e

Please sign in to comment.