SYNC: restore table fixes & backup table tests

This commit is contained in:
SPRINX0\prochazka
2025-12-02 11:07:56 +01:00
committed by Diflow
parent ef23f0d18e
commit ec06a7d861
3 changed files with 143 additions and 42 deletions

View File

@@ -44,6 +44,7 @@
<svelte:fragment slot="footer">
<FormSubmit
value={_t('datagrid.closeTabs.close', { defaultMessage: 'Close tabs' })}
data-testid="CloseTabModal_buttonConfirm"
on:click={() => {
closeCurrentModal();
onConfirm();
@@ -52,6 +53,7 @@
<FormStyledButton
type="button"
value={_t('common.cancel', { defaultMessage: 'Cancel' })}
data-testid="CloseTabModal_buttonCancel"
on:click={() => {
closeCurrentModal();
onCancel();