* Implemented code splitting of some files for SAML integration * Implemented code splitting of some more files for SAML integration * updated redirect url component * fixed an import statement * fixed a unit test * updated restart banner tooltip logic * updated an import statement
6 lines
179 B
TypeScript
6 lines
179 B
TypeScript
import { ReduxActionTypes } from "@appsmith/constants/ReduxActionConstants";
|
|
|
|
export const resetReleasesCount = () => ({
|
|
type: ReduxActionTypes.RESET_UNREAD_RELEASES_COUNT,
|
|
});
|