Browse Source

chore: table to view

pull/9959/head
Raju Udava 6 days ago
parent
commit
5a5c2a43d3
  1. 3
      packages/nc-gui/components/dlg/Record/DeleteAll.vue

3
packages/nc-gui/components/dlg/Record/DeleteAll.vue

@ -19,7 +19,6 @@ const close = () => {
dialogShow.value = false dialogShow.value = false
emit('cancel') emit('cancel')
} }
</script> </script>
<template> <template>
@ -35,7 +34,7 @@ const close = () => {
{{ 'Delete all records' }} {{ 'Delete all records' }}
</div> </div>
<div data-testid="nc-expand-table-modal" class="flex flex-col"> <div data-testid="nc-expand-table-modal" class="flex flex-col">
<div class="mb-2 nc-content-gray">Are you sure you want to delete all the records present in this table?</div> <div class="mb-2 nc-content-gray">Are you sure you want to delete all the records present in this view?</div>
</div> </div>
<div class="bg-nc-bg-red-light p-4 border-1 flex items-center gap-4 w-full border-nc-gray-medium rounded-lg"> <div class="bg-nc-bg-red-light p-4 border-1 flex items-center gap-4 w-full border-nc-gray-medium rounded-lg">

Loading…
Cancel
Save