Remove unused attribute

This commit is contained in:
Ilyas Foo 2023-08-14 12:03:07 +08:00
parent e3caf5e540
commit f95fdd83c9
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ export const StoreLocation: React.FC< {
updateAndPersistSettingsForGroup updateAndPersistSettingsForGroup
} }
createNotice={ createNotice } createNotice={ createNotice }
isSettingsError={ false }
/> />
); );
}; };