mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Import redesign
Summary: New UI design for incremental imports. Test Plan: Updated Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3945
This commit is contained in:
@@ -68,7 +68,7 @@ export function buildParseOptionsForm(
|
||||
cssModalButtons(
|
||||
dom.domComputed((use) => items.every((item) => use(optionsMap.get(item.name)!) === values[item.name]),
|
||||
(unchanged) => (unchanged ?
|
||||
bigBasicButton('Back to preview', dom.on('click', doCancel), testId('parseopts-back')) :
|
||||
bigBasicButton('Close', dom.on('click', doCancel), testId('parseopts-back')) :
|
||||
bigPrimaryButton('Update preview', dom.on('click', () => doUpdate(collectParseOptions())),
|
||||
testId('parseopts-update'))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user