hughhhh commented on a change in pull request #15374:
URL: https://github.com/apache/superset/pull/15374#discussion_r658327840
##########
File path: superset-frontend/src/views/CRUD/hooks.ts
##########
@@ -269,7 +269,7 @@ export function useSingleViewResource<D extends object =
any>(
);
const createResource = useCallback(
- (resource: D) => {
+ (resource: D, hideToast = false) => {
Review comment:
we need this for `updateResource` as well and make sure you are setting
it the value true in `DatabaseModal/index.ts`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]