(core) updates from grist-core

This commit is contained in:
Paul Fitzpatrick
2024-05-13 09:06:59 -04:00
7 changed files with 40 additions and 20 deletions

View File

@@ -309,7 +309,7 @@ class OnBoardingPopupsCtl extends Disposable {
),
Buttons(
bigBasicButton(
'Previous', testId('previous'),
t('Previous'), testId('previous'),
dom.on('click', () => this._move(-1)),
dom.prop('disabled', isFirstStep),
{style: `margin-right: 8px; visibility: ${isFirstStep ? 'hidden' : 'visible'}`},