diff --git a/scripts/config-overrides/custom_start.js b/scripts/config-overrides/custom_start.js index ddf739a515..9aa0083514 100644 --- a/scripts/config-overrides/custom_start.js +++ b/scripts/config-overrides/custom_start.js @@ -1,8 +1,16 @@ require('dotenv').config(); const { spawn } = require('child_process'); -//const react_script_start = 'npx react-scripts start'; -const reactAppRewiredStart = - 'npx react-app-rewired start --config-overrides=scripts/config-overrides/'; +const react_script_start = 'npx react-scripts start'; +const react_app_rewired_start = 'npx react-app-rewired start --config-overrides=scripts/config-overrides'; + +if (process.env.ALLOW_LOGS === "YES") { + // Execute the npm command + spawn(react_app_rewired_start, { stdio: 'inherit', shell: true }); + +} +else { + // Execute the npm command + spawn(react_script_start, { stdio: 'inherit', shell: true }); + } -spawn(reactAppRewiredStart, { stdio: 'inherit', shell: true }); diff --git a/scripts/config-overrides/index.js b/scripts/config-overrides/index.js index 7a0a0cd36b..a8d16aa7e9 100644 --- a/scripts/config-overrides/index.js +++ b/scripts/config-overrides/index.js @@ -1,68 +1,29 @@ -const { - override, - addWebpackPlugin, - overrideDevServer, -} = require('customize-cra'); +const { override, addWebpackPlugin } = require('customize-cra'); const webpack = require('webpack'); -const fs = require('fs'); -const evalSourceMapMiddleware = require('react-dev-utils/evalSourceMapMiddleware'); -const noopServiceWorkerMiddleware = require('react-dev-utils/noopServiceWorkerMiddleware'); -const redirectServedPath = require('react-dev-utils/redirectServedPathMiddleware'); -const paths = require('react-scripts/config/paths'); -const isAllowLogEnabled = process.env.ALLOW_LOGS === 'YES'; -module.exports = { - webpack: override( - // Add your new webpack plugin - isAllowLogEnabled && - (addWebpackPlugin( - new webpack.ProgressPlugin({ - activeModules: true, - entries: true, - handler: (percentage, message, ...args) => { - // Log a custom progress message with active module and its count - console.info( - `: ${Math.floor(percentage * 100)}% ${message}` - ); - }, - modules: true, - modulesCount: 5000, - profile: false, - dependencies: true, - dependenciesCount: 10000, - percentBy: null, - }) - ), - // Modify infrastructureLogging level - (config) => { - config.infrastructureLogging = { - level: 'verbose', - }; - return config; - }) - ), - devServer: overrideDevServer((config) => { - // Remove onAfterSetupMiddleware and onBeforeSetupMiddleware - config.onAfterSetupMiddleware = undefined; - config.onBeforeSetupMiddleware = undefined; - // Add devServer.setupMiddlewares - config.setupMiddlewares = (middlewares, devServer) => { - if (!devServer) { - throw new Error('webpack-dev-server is not defined'); - } - if (fs.existsSync(paths.proxySetup)) { - require(paths.proxySetup)(devServer.app); - } +module.exports = override( + // Add your new webpack plugin + addWebpackPlugin(new webpack.ProgressPlugin({ + activeModules: true, + entries: true, + handler: (percentage, message, ...args) => { + // Log a custom progress message with active module and its count + console.info(`: ${Math.floor(percentage * 100)}% ${message}`); + }, + modules: true, + modulesCount: 5000, + profile: false, + dependencies: true, + dependenciesCount: 10000, + percentBy: null, +})), - middlewares.push( - evalSourceMapMiddleware(devServer), - redirectServedPath(paths.publicUrlOrPath), - noopServiceWorkerMiddleware(paths.publicUrlOrPath) - // Add your additional middlewares here if needed - ); - - return middlewares; + // Modify infrastructureLogging level + (config) => { + config.infrastructureLogging = { + level: 'verbose', }; - }), -}; + return config; + } +); \ No newline at end of file diff --git a/talawa-admin-docs/classes/components_AddOn_support_services_Plugin_helper.default.md b/talawa-admin-docs/classes/components_AddOn_support_services_Plugin_helper.default.md index b11923ede8..ecd7fc2dad 100644 --- a/talawa-admin-docs/classes/components_AddOn_support_services_Plugin_helper.default.md +++ b/talawa-admin-docs/classes/components_AddOn_support_services_Plugin_helper.default.md @@ -38,7 +38,7 @@ #### Defined in -[src/components/AddOn/support/services/Plugin.helper.ts:7](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/AddOn/support/services/Plugin.helper.ts#L7) +[src/components/AddOn/support/services/Plugin.helper.ts:7](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/AddOn/support/services/Plugin.helper.ts#L7) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/components/AddOn/support/services/Plugin.helper.ts:2](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/AddOn/support/services/Plugin.helper.ts#L2) +[src/components/AddOn/support/services/Plugin.helper.ts:2](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/AddOn/support/services/Plugin.helper.ts#L2) ___ @@ -72,4 +72,4 @@ ___ #### Defined in -[src/components/AddOn/support/services/Plugin.helper.ts:12](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/AddOn/support/services/Plugin.helper.ts#L12) +[src/components/AddOn/support/services/Plugin.helper.ts:12](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/AddOn/support/services/Plugin.helper.ts#L12) diff --git a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeCheckIn.md b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeCheckIn.md index 4fc4c6570a..f19b188144 100644 --- a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeCheckIn.md +++ b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeCheckIn.md @@ -20,7 +20,7 @@ #### Defined in -[src/components/CheckIn/types.ts:8](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L8) +[src/components/CheckIn/types.ts:8](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L8) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/components/CheckIn/types.ts:10](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L10) +[src/components/CheckIn/types.ts:10](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L10) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/components/CheckIn/types.ts:9](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L9) +[src/components/CheckIn/types.ts:9](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L9) diff --git a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeQueryResponse.md b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeQueryResponse.md index 6671838254..4598d6581c 100644 --- a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeQueryResponse.md +++ b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceAttendeeQueryResponse.md @@ -25,4 +25,4 @@ #### Defined in -[src/components/CheckIn/types.ts:19](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L19) +[src/components/CheckIn/types.ts:19](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L19) diff --git a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceModalProp.md b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceModalProp.md index 6ee0e0829c..f756476ba9 100644 --- a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceModalProp.md +++ b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceModalProp.md @@ -20,7 +20,7 @@ #### Defined in -[src/components/CheckIn/types.ts:27](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L27) +[src/components/CheckIn/types.ts:27](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L27) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/components/CheckIn/types.ts:28](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L28) +[src/components/CheckIn/types.ts:28](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L28) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[src/components/CheckIn/types.ts:26](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L26) +[src/components/CheckIn/types.ts:26](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L26) diff --git a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableCheckIn.md b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableCheckIn.md index 2be88d3d17..b1a5195b62 100644 --- a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableCheckIn.md +++ b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableCheckIn.md @@ -22,7 +22,7 @@ #### Defined in -[src/components/CheckIn/types.ts:35](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L35) +[src/components/CheckIn/types.ts:35](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L35) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/components/CheckIn/types.ts:41](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L41) +[src/components/CheckIn/types.ts:41](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L41) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/components/CheckIn/types.ts:32](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L32) +[src/components/CheckIn/types.ts:32](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L32) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/components/CheckIn/types.ts:33](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L33) +[src/components/CheckIn/types.ts:33](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L33) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/components/CheckIn/types.ts:34](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L34) +[src/components/CheckIn/types.ts:34](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L34) diff --git a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableData.md b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableData.md index eb240c7032..c22fb060c1 100644 --- a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableData.md +++ b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceTableData.md @@ -20,7 +20,7 @@ #### Defined in -[src/components/CheckIn/types.ts:47](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L47) +[src/components/CheckIn/types.ts:47](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L47) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/components/CheckIn/types.ts:46](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L46) +[src/components/CheckIn/types.ts:46](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L46) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/components/CheckIn/types.ts:45](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L45) +[src/components/CheckIn/types.ts:45](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L45) diff --git a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceUser.md b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceUser.md index 7a65c4f0c7..e034c222c4 100644 --- a/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceUser.md +++ b/talawa-admin-docs/interfaces/components_CheckIn_types.InterfaceUser.md @@ -20,7 +20,7 @@ #### Defined in -[src/components/CheckIn/types.ts:2](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L2) +[src/components/CheckIn/types.ts:2](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L2) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/components/CheckIn/types.ts:3](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L3) +[src/components/CheckIn/types.ts:3](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L3) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/components/CheckIn/types.ts:4](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/types.ts#L4) +[src/components/CheckIn/types.ts:4](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/types.ts#L4) diff --git a/talawa-admin-docs/interfaces/components_CollapsibleDropdown_CollapsibleDropdown.InterfaceCollapsibleDropdown.md b/talawa-admin-docs/interfaces/components_CollapsibleDropdown_CollapsibleDropdown.InterfaceCollapsibleDropdown.md index da6ae6bf9a..b9a8a8d59c 100644 --- a/talawa-admin-docs/interfaces/components_CollapsibleDropdown_CollapsibleDropdown.InterfaceCollapsibleDropdown.md +++ b/talawa-admin-docs/interfaces/components_CollapsibleDropdown_CollapsibleDropdown.InterfaceCollapsibleDropdown.md @@ -19,7 +19,7 @@ #### Defined in -[src/components/CollapsibleDropdown/CollapsibleDropdown.tsx:9](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CollapsibleDropdown/CollapsibleDropdown.tsx#L9) +[src/components/CollapsibleDropdown/CollapsibleDropdown.tsx:9](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CollapsibleDropdown/CollapsibleDropdown.tsx#L9) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/components/CollapsibleDropdown/CollapsibleDropdown.tsx:10](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CollapsibleDropdown/CollapsibleDropdown.tsx#L10) +[src/components/CollapsibleDropdown/CollapsibleDropdown.tsx:10](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CollapsibleDropdown/CollapsibleDropdown.tsx#L10) diff --git a/talawa-admin-docs/interfaces/components_IconComponent_IconComponent.InterfaceIconComponent.md b/talawa-admin-docs/interfaces/components_IconComponent_IconComponent.InterfaceIconComponent.md index 44dfb21435..e062ca3fbb 100644 --- a/talawa-admin-docs/interfaces/components_IconComponent_IconComponent.InterfaceIconComponent.md +++ b/talawa-admin-docs/interfaces/components_IconComponent_IconComponent.InterfaceIconComponent.md @@ -21,7 +21,7 @@ #### Defined in -[src/components/IconComponent/IconComponent.tsx:18](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/IconComponent/IconComponent.tsx#L18) +[src/components/IconComponent/IconComponent.tsx:17](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/IconComponent/IconComponent.tsx#L17) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/components/IconComponent/IconComponent.tsx:19](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/IconComponent/IconComponent.tsx#L19) +[src/components/IconComponent/IconComponent.tsx:18](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/IconComponent/IconComponent.tsx#L18) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/components/IconComponent/IconComponent.tsx:17](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/IconComponent/IconComponent.tsx#L17) +[src/components/IconComponent/IconComponent.tsx:16](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/IconComponent/IconComponent.tsx#L16) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/components/IconComponent/IconComponent.tsx:20](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/IconComponent/IconComponent.tsx#L20) +[src/components/IconComponent/IconComponent.tsx:19](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/IconComponent/IconComponent.tsx#L19) diff --git a/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEvent.InterfaceLeftDrawerProps.md b/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEvent.InterfaceLeftDrawerProps.md index b061a8e3b7..21df43f218 100644 --- a/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEvent.InterfaceLeftDrawerProps.md +++ b/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEvent.InterfaceLeftDrawerProps.md @@ -11,7 +11,6 @@ - [event](components_LeftDrawerEvent_LeftDrawerEvent.InterfaceLeftDrawerProps.md#event) - [hideDrawer](components_LeftDrawerEvent_LeftDrawerEvent.InterfaceLeftDrawerProps.md#hidedrawer) - [setHideDrawer](components_LeftDrawerEvent_LeftDrawerEvent.InterfaceLeftDrawerProps.md#sethidedrawer) -- [setShowAddEventProjectModal](components_LeftDrawerEvent_LeftDrawerEvent.InterfaceLeftDrawerProps.md#setshowaddeventprojectmodal) ## Properties @@ -31,7 +30,7 @@ #### Defined in -[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:16](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L16) +[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:16](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L16) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:24](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L24) +[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:24](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L24) ___ @@ -51,14 +50,4 @@ ___ #### Defined in -[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:25](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L25) - -___ - -### setShowAddEventProjectModal - -• **setShowAddEventProjectModal**: `Dispatch`\<`SetStateAction`\<`boolean`\>\> - -#### Defined in - -[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:26](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L26) +[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:25](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L25) diff --git a/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEventWrapper.InterfacePropType.md b/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEventWrapper.InterfacePropType.md index a7ef0b36a0..7dc824e904 100644 --- a/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEventWrapper.InterfacePropType.md +++ b/talawa-admin-docs/interfaces/components_LeftDrawerEvent_LeftDrawerEventWrapper.InterfacePropType.md @@ -10,7 +10,6 @@ - [children](components_LeftDrawerEvent_LeftDrawerEventWrapper.InterfacePropType.md#children) - [event](components_LeftDrawerEvent_LeftDrawerEventWrapper.InterfacePropType.md#event) -- [setShowAddEventProjectModal](components_LeftDrawerEvent_LeftDrawerEventWrapper.InterfacePropType.md#setshowaddeventprojectmodal) ## Properties @@ -20,7 +19,7 @@ #### Defined in -[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:16](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L16) +[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:15](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L15) ___ @@ -40,14 +39,4 @@ ___ #### Defined in -[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:7](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L7) - -___ - -### setShowAddEventProjectModal - -• **setShowAddEventProjectModal**: `Dispatch`\<`SetStateAction`\<`boolean`\>\> - -#### Defined in - -[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:15](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L15) +[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:7](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L7) diff --git a/talawa-admin-docs/interfaces/components_LeftDrawerOrg_LeftDrawerOrg.InterfaceLeftDrawerProps.md b/talawa-admin-docs/interfaces/components_LeftDrawerOrg_LeftDrawerOrg.InterfaceLeftDrawerProps.md index 8dce24a956..688a6301bf 100644 --- a/talawa-admin-docs/interfaces/components_LeftDrawerOrg_LeftDrawerOrg.InterfaceLeftDrawerProps.md +++ b/talawa-admin-docs/interfaces/components_LeftDrawerOrg_LeftDrawerOrg.InterfaceLeftDrawerProps.md @@ -22,7 +22,7 @@ #### Defined in -[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:22](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L22) +[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:22](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L22) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:19](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L19) +[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:19](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:20](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L20) +[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:20](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L20) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:23](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L23) +[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:23](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L23) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:21](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L21) +[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:21](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L21) diff --git a/talawa-admin-docs/interfaces/components_LeftDrawer_LeftDrawer.InterfaceLeftDrawerProps.md b/talawa-admin-docs/interfaces/components_LeftDrawer_LeftDrawer.InterfaceLeftDrawerProps.md index ef6940cfeb..ed49d4eb94 100644 --- a/talawa-admin-docs/interfaces/components_LeftDrawer_LeftDrawer.InterfaceLeftDrawerProps.md +++ b/talawa-admin-docs/interfaces/components_LeftDrawer_LeftDrawer.InterfaceLeftDrawerProps.md @@ -20,7 +20,7 @@ #### Defined in -[src/components/LeftDrawer/LeftDrawer.tsx:15](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawer/LeftDrawer.tsx#L15) +[src/components/LeftDrawer/LeftDrawer.tsx:15](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawer/LeftDrawer.tsx#L15) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/components/LeftDrawer/LeftDrawer.tsx:17](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawer/LeftDrawer.tsx#L17) +[src/components/LeftDrawer/LeftDrawer.tsx:17](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawer/LeftDrawer.tsx#L17) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/components/LeftDrawer/LeftDrawer.tsx:16](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawer/LeftDrawer.tsx#L16) +[src/components/LeftDrawer/LeftDrawer.tsx:16](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawer/LeftDrawer.tsx#L16) diff --git a/talawa-admin-docs/interfaces/components_OrgListCard_OrgListCard.InterfaceOrgListCardProps.md b/talawa-admin-docs/interfaces/components_OrgListCard_OrgListCard.InterfaceOrgListCardProps.md index bedff5af5c..3599539e3b 100644 --- a/talawa-admin-docs/interfaces/components_OrgListCard_OrgListCard.InterfaceOrgListCardProps.md +++ b/talawa-admin-docs/interfaces/components_OrgListCard_OrgListCard.InterfaceOrgListCardProps.md @@ -18,4 +18,4 @@ #### Defined in -[src/components/OrgListCard/OrgListCard.tsx:14](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgListCard/OrgListCard.tsx#L14) +[src/components/OrgListCard/OrgListCard.tsx:14](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgListCard/OrgListCard.tsx#L14) diff --git a/talawa-admin-docs/interfaces/components_OrgProfileFieldSettings_OrgProfileFieldSettings.InterfaceCustomFieldData.md b/talawa-admin-docs/interfaces/components_OrgProfileFieldSettings_OrgProfileFieldSettings.InterfaceCustomFieldData.md index eb9cfcb07d..8d2f302503 100644 --- a/talawa-admin-docs/interfaces/components_OrgProfileFieldSettings_OrgProfileFieldSettings.InterfaceCustomFieldData.md +++ b/talawa-admin-docs/interfaces/components_OrgProfileFieldSettings_OrgProfileFieldSettings.InterfaceCustomFieldData.md @@ -19,7 +19,7 @@ #### Defined in -[src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx:18](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx#L18) +[src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx:18](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx#L18) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx:17](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx#L17) +[src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx:17](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx#L17) diff --git a/talawa-admin-docs/interfaces/components_OrganizationDashCards_CardItem.InterfaceCardItem.md b/talawa-admin-docs/interfaces/components_OrganizationDashCards_CardItem.InterfaceCardItem.md index be2b19f372..c675f80a70 100644 --- a/talawa-admin-docs/interfaces/components_OrganizationDashCards_CardItem.InterfaceCardItem.md +++ b/talawa-admin-docs/interfaces/components_OrganizationDashCards_CardItem.InterfaceCardItem.md @@ -24,7 +24,7 @@ #### Defined in -[src/components/OrganizationDashCards/CardItem.tsx:17](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationDashCards/CardItem.tsx#L17) +[src/components/OrganizationDashCards/CardItem.tsx:17](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationDashCards/CardItem.tsx#L17) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/components/OrganizationDashCards/CardItem.tsx:16](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationDashCards/CardItem.tsx#L16) +[src/components/OrganizationDashCards/CardItem.tsx:16](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationDashCards/CardItem.tsx#L16) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/components/OrganizationDashCards/CardItem.tsx:18](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationDashCards/CardItem.tsx#L18) +[src/components/OrganizationDashCards/CardItem.tsx:18](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationDashCards/CardItem.tsx#L18) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/components/OrganizationDashCards/CardItem.tsx:15](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationDashCards/CardItem.tsx#L15) +[src/components/OrganizationDashCards/CardItem.tsx:15](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationDashCards/CardItem.tsx#L15) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/components/OrganizationDashCards/CardItem.tsx:14](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationDashCards/CardItem.tsx#L14) +[src/components/OrganizationDashCards/CardItem.tsx:14](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationDashCards/CardItem.tsx#L14) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[src/components/OrganizationDashCards/CardItem.tsx:13](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationDashCards/CardItem.tsx#L13) +[src/components/OrganizationDashCards/CardItem.tsx:13](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationDashCards/CardItem.tsx#L13) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/components/OrganizationDashCards/CardItem.tsx:12](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationDashCards/CardItem.tsx#L12) +[src/components/OrganizationDashCards/CardItem.tsx:12](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationDashCards/CardItem.tsx#L12) diff --git a/talawa-admin-docs/interfaces/components_OrganizationScreen_OrganizationScreen.InterfaceOrganizationScreenProps.md b/talawa-admin-docs/interfaces/components_OrganizationScreen_OrganizationScreen.InterfaceOrganizationScreenProps.md index 669f9f7f98..87bcdd0958 100644 --- a/talawa-admin-docs/interfaces/components_OrganizationScreen_OrganizationScreen.InterfaceOrganizationScreenProps.md +++ b/talawa-admin-docs/interfaces/components_OrganizationScreen_OrganizationScreen.InterfaceOrganizationScreenProps.md @@ -20,7 +20,7 @@ #### Defined in -[src/components/OrganizationScreen/OrganizationScreen.tsx:12](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationScreen/OrganizationScreen.tsx#L12) +[src/components/OrganizationScreen/OrganizationScreen.tsx:12](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationScreen/OrganizationScreen.tsx#L12) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/components/OrganizationScreen/OrganizationScreen.tsx:11](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationScreen/OrganizationScreen.tsx#L11) +[src/components/OrganizationScreen/OrganizationScreen.tsx:11](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationScreen/OrganizationScreen.tsx#L11) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/components/OrganizationScreen/OrganizationScreen.tsx:10](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationScreen/OrganizationScreen.tsx#L10) +[src/components/OrganizationScreen/OrganizationScreen.tsx:10](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationScreen/OrganizationScreen.tsx#L10) diff --git a/talawa-admin-docs/interfaces/components_SuperAdminScreen_SuperAdminScreen.InterfaceSuperAdminScreenProps.md b/talawa-admin-docs/interfaces/components_SuperAdminScreen_SuperAdminScreen.InterfaceSuperAdminScreenProps.md index cc05d49baf..9a8e9184fd 100644 --- a/talawa-admin-docs/interfaces/components_SuperAdminScreen_SuperAdminScreen.InterfaceSuperAdminScreenProps.md +++ b/talawa-admin-docs/interfaces/components_SuperAdminScreen_SuperAdminScreen.InterfaceSuperAdminScreenProps.md @@ -20,7 +20,7 @@ #### Defined in -[src/components/SuperAdminScreen/SuperAdminScreen.tsx:9](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L9) +[src/components/SuperAdminScreen/SuperAdminScreen.tsx:9](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L9) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/components/SuperAdminScreen/SuperAdminScreen.tsx:8](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L8) +[src/components/SuperAdminScreen/SuperAdminScreen.tsx:8](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L8) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/components/SuperAdminScreen/SuperAdminScreen.tsx:7](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L7) +[src/components/SuperAdminScreen/SuperAdminScreen.tsx:7](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L7) diff --git a/talawa-admin-docs/interfaces/components_TableLoader_TableLoader.InterfaceTableLoader.md b/talawa-admin-docs/interfaces/components_TableLoader_TableLoader.InterfaceTableLoader.md index 6f6cbb8a8a..e16452d12d 100644 --- a/talawa-admin-docs/interfaces/components_TableLoader_TableLoader.InterfaceTableLoader.md +++ b/talawa-admin-docs/interfaces/components_TableLoader_TableLoader.InterfaceTableLoader.md @@ -20,7 +20,7 @@ #### Defined in -[src/components/TableLoader/TableLoader.tsx:7](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/TableLoader/TableLoader.tsx#L7) +[src/components/TableLoader/TableLoader.tsx:7](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/TableLoader/TableLoader.tsx#L7) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/components/TableLoader/TableLoader.tsx:8](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/TableLoader/TableLoader.tsx#L8) +[src/components/TableLoader/TableLoader.tsx:8](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/TableLoader/TableLoader.tsx#L8) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/components/TableLoader/TableLoader.tsx:6](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/TableLoader/TableLoader.tsx#L6) +[src/components/TableLoader/TableLoader.tsx:6](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/TableLoader/TableLoader.tsx#L6) diff --git a/talawa-admin-docs/modules.md b/talawa-admin-docs/modules.md index c9b7825ad1..4130305dda 100644 --- a/talawa-admin-docs/modules.md +++ b/talawa-admin-docs/modules.md @@ -52,12 +52,6 @@ - [components/EventCalendar/EventCalendar.test](modules/components_EventCalendar_EventCalendar_test.md) - [components/EventListCard/EventListCard](modules/components_EventListCard_EventListCard.md) - [components/EventListCard/EventListCard.test](modules/components_EventListCard_EventListCard_test.md) -- [components/EventProjectModals/AddEventProjectModal](modules/components_EventProjectModals_AddEventProjectModal.md) -- [components/EventProjectModals/AddEventProjectModal.test](modules/components_EventProjectModals_AddEventProjectModal_test.md) -- [components/EventProjectModals/DeleteEventProjectModal](modules/components_EventProjectModals_DeleteEventProjectModal.md) -- [components/EventProjectModals/DeleteEventProjectModal.test](modules/components_EventProjectModals_DeleteEventProjectModal_test.md) -- [components/EventProjectModals/UpdateEventProjectModal](modules/components_EventProjectModals_UpdateEventProjectModal.md) -- [components/EventProjectModals/UpdateEventProjectModal.test](modules/components_EventProjectModals_UpdateEventProjectModal_test.md) - [components/EventRegistrantsModal/EventRegistrantsModal](modules/components_EventRegistrantsModal_EventRegistrantsModal.md) - [components/EventRegistrantsModal/EventRegistrantsModal.test](modules/components_EventRegistrantsModal_EventRegistrantsModal_test.md) - [components/EventRegistrantsModal/EventRegistrantsWrapper](modules/components_EventRegistrantsModal_EventRegistrantsWrapper.md) @@ -127,16 +121,6 @@ - [components/SuperAdminScreen/SuperAdminScreen.test](modules/components_SuperAdminScreen_SuperAdminScreen_test.md) - [components/TableLoader/TableLoader](modules/components_TableLoader_TableLoader.md) - [components/TableLoader/TableLoader.test](modules/components_TableLoader_TableLoader_test.md) -- [components/TaskListItem/TaskListItem](modules/components_TaskListItem_TaskListItem.md) -- [components/TaskListItem/TaskListItem.test](modules/components_TaskListItem_TaskListItem_test.md) -- [components/TaskModals/AddTaskModal](modules/components_TaskModals_AddTaskModal.md) -- [components/TaskModals/AddTaskModal.test](modules/components_TaskModals_AddTaskModal_test.md) -- [components/TaskModals/DeleteTaskModal](modules/components_TaskModals_DeleteTaskModal.md) -- [components/TaskModals/DeleteTaskModal.test](modules/components_TaskModals_DeleteTaskModal_test.md) -- [components/TaskModals/ManageVolunteerModal](modules/components_TaskModals_ManageVolunteerModal.md) -- [components/TaskModals/ManageVolunteerModal.test](modules/components_TaskModals_ManageVolunteerModal_test.md) -- [components/TaskModals/UpdateTaskModal](modules/components_TaskModals_UpdateTaskModal.md) -- [components/TaskModals/UpdateTaskModal.test](modules/components_TaskModals_UpdateTaskModal_test.md) - [components/UserListCard/UserListCard](modules/components_UserListCard_UserListCard.md) - [components/UserListCard/UserListCard.test](modules/components_UserListCard_UserListCard_test.md) - [components/UserPasswordUpdate/UserPasswordUpdate](modules/components_UserPasswordUpdate_UserPasswordUpdate.md) @@ -168,8 +152,6 @@ - [components/UserPortal/Register/Register.test](modules/components_UserPortal_Register_Register_test.md) - [components/UserPortal/SecuredRouteForUser/SecuredRouteForUser](modules/components_UserPortal_SecuredRouteForUser_SecuredRouteForUser.md) - [components/UserPortal/SecuredRouteForUser/SecuredRouteForUser.test](modules/components_UserPortal_SecuredRouteForUser_SecuredRouteForUser_test.md) -- [components/UserPortal/TaskCard/TaskCard](modules/components_UserPortal_TaskCard_TaskCard.md) -- [components/UserPortal/TaskCard/TaskCard.test](modules/components_UserPortal_TaskCard_TaskCard_test.md) - [components/UserPortal/UserNavbar/UserNavbar](modules/components_UserPortal_UserNavbar_UserNavbar.md) - [components/UserPortal/UserNavbar/UserNavbar.test](modules/components_UserPortal_UserNavbar_UserNavbar_test.md) - [components/UserPortal/UserSidebar/UserSidebar](modules/components_UserPortal_UserSidebar_UserSidebar.md) @@ -228,8 +210,6 @@ - [screens/UserPortal/People/People.test](modules/screens_UserPortal_People_People_test.md) - [screens/UserPortal/Settings/Settings](modules/screens_UserPortal_Settings_Settings.md) - [screens/UserPortal/Settings/Settings.test](modules/screens_UserPortal_Settings_Settings_test.md) -- [screens/UserPortal/Tasks/Tasks](modules/screens_UserPortal_Tasks_Tasks.md) -- [screens/UserPortal/Tasks/Tasks.test](modules/screens_UserPortal_Tasks_Tasks_test.md) - [screens/UserPortal/UserLoginPage/UserLoginPage](modules/screens_UserPortal_UserLoginPage_UserLoginPage.md) - [screens/UserPortal/UserLoginPage/UserLoginPage.test](modules/screens_UserPortal_UserLoginPage_UserLoginPage_test.md) - [screens/Users/Users](modules/screens_Users_Users.md) diff --git a/talawa-admin-docs/modules/components_AddOn_AddOn.md b/talawa-admin-docs/modules/components_AddOn_AddOn.md index 26f83e9a21..a30c32ba1f 100644 --- a/talawa-admin-docs/modules/components_AddOn_AddOn.md +++ b/talawa-admin-docs/modules/components_AddOn_AddOn.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/AddOn/AddOn.tsx:11](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/AddOn/AddOn.tsx#L11) +[src/components/AddOn/AddOn.tsx:11](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/AddOn/AddOn.tsx#L11) diff --git a/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntry.md b/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntry.md index 7c0f857eca..71d7744464 100644 --- a/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntry.md +++ b/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntry.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx:22](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx#L22) +[src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx:22](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx#L22) diff --git a/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntryMocks.md b/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntryMocks.md index 1dab7f82f8..23a1f79452 100644 --- a/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntryMocks.md +++ b/talawa-admin-docs/modules/components_AddOn_core_AddOnEntry_AddOnEntryMocks.md @@ -16,4 +16,4 @@ #### Defined in -[src/components/AddOn/core/AddOnEntry/AddOnEntryMocks.ts:13](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/AddOn/core/AddOnEntry/AddOnEntryMocks.ts#L13) +[src/components/AddOn/core/AddOnEntry/AddOnEntryMocks.ts:13](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/AddOn/core/AddOnEntry/AddOnEntryMocks.ts#L13) diff --git a/talawa-admin-docs/modules/components_AddOn_core_AddOnRegister_AddOnRegister.md b/talawa-admin-docs/modules/components_AddOn_core_AddOnRegister_AddOnRegister.md index c5778c027f..28b103fdb7 100644 --- a/talawa-admin-docs/modules/components_AddOn_core_AddOnRegister_AddOnRegister.md +++ b/talawa-admin-docs/modules/components_AddOn_core_AddOnRegister_AddOnRegister.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/AddOn/core/AddOnRegister/AddOnRegister.tsx:24](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/AddOn/core/AddOnRegister/AddOnRegister.tsx#L24) +[src/components/AddOn/core/AddOnRegister/AddOnRegister.tsx:24](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/AddOn/core/AddOnRegister/AddOnRegister.tsx#L24) diff --git a/talawa-admin-docs/modules/components_AddOn_core_AddOnStore_AddOnStore.md b/talawa-admin-docs/modules/components_AddOn_core_AddOnStore_AddOnStore.md index 2515569f46..dab7a1b397 100644 --- a/talawa-admin-docs/modules/components_AddOn_core_AddOnStore_AddOnStore.md +++ b/talawa-admin-docs/modules/components_AddOn_core_AddOnStore_AddOnStore.md @@ -20,4 +20,4 @@ #### Defined in -[src/components/AddOn/core/AddOnStore/AddOnStore.tsx:26](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/AddOn/core/AddOnStore/AddOnStore.tsx#L26) +[src/components/AddOn/core/AddOnStore/AddOnStore.tsx:26](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/AddOn/core/AddOnStore/AddOnStore.tsx#L26) diff --git a/talawa-admin-docs/modules/components_AddOn_support_components_Action_Action.md b/talawa-admin-docs/modules/components_AddOn_support_components_Action_Action.md index c215003c48..f1a8779fbe 100644 --- a/talawa-admin-docs/modules/components_AddOn_support_components_Action_Action.md +++ b/talawa-admin-docs/modules/components_AddOn_support_components_Action_Action.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/AddOn/support/components/Action/Action.tsx:10](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/AddOn/support/components/Action/Action.tsx#L10) +[src/components/AddOn/support/components/Action/Action.tsx:10](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/AddOn/support/components/Action/Action.tsx#L10) diff --git a/talawa-admin-docs/modules/components_AddOn_support_components_MainContent_MainContent.md b/talawa-admin-docs/modules/components_AddOn_support_components_MainContent_MainContent.md index 4702452406..e5efab7d23 100644 --- a/talawa-admin-docs/modules/components_AddOn_support_components_MainContent_MainContent.md +++ b/talawa-admin-docs/modules/components_AddOn_support_components_MainContent_MainContent.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/AddOn/support/components/MainContent/MainContent.tsx:10](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/AddOn/support/components/MainContent/MainContent.tsx#L10) +[src/components/AddOn/support/components/MainContent/MainContent.tsx:10](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/AddOn/support/components/MainContent/MainContent.tsx#L10) diff --git a/talawa-admin-docs/modules/components_AddOn_support_components_SidePanel_SidePanel.md b/talawa-admin-docs/modules/components_AddOn_support_components_SidePanel_SidePanel.md index 70ba624e3a..6cfc69a253 100644 --- a/talawa-admin-docs/modules/components_AddOn_support_components_SidePanel_SidePanel.md +++ b/talawa-admin-docs/modules/components_AddOn_support_components_SidePanel_SidePanel.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/AddOn/support/components/SidePanel/SidePanel.tsx:10](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/AddOn/support/components/SidePanel/SidePanel.tsx#L10) +[src/components/AddOn/support/components/SidePanel/SidePanel.tsx:10](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/AddOn/support/components/SidePanel/SidePanel.tsx#L10) diff --git a/talawa-admin-docs/modules/components_Advertisements_Advertisements.md b/talawa-admin-docs/modules/components_Advertisements_Advertisements.md index cee77fed0b..308bb55a40 100644 --- a/talawa-admin-docs/modules/components_Advertisements_Advertisements.md +++ b/talawa-admin-docs/modules/components_Advertisements_Advertisements.md @@ -20,4 +20,4 @@ #### Defined in -[src/components/Advertisements/Advertisements.tsx:18](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/Advertisements/Advertisements.tsx#L18) +[src/components/Advertisements/Advertisements.tsx:18](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/Advertisements/Advertisements.tsx#L18) diff --git a/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementEntry_AdvertisementEntry.md b/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementEntry_AdvertisementEntry.md index d7d3325aa9..f0c68cc803 100644 --- a/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementEntry_AdvertisementEntry.md +++ b/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementEntry_AdvertisementEntry.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx:21](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx#L21) +[src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx:21](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/Advertisements/core/AdvertisementEntry/AdvertisementEntry.tsx#L21) diff --git a/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementRegister_AdvertisementRegister.md b/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementRegister_AdvertisementRegister.md index 385820d0c0..1c53b73311 100644 --- a/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementRegister_AdvertisementRegister.md +++ b/talawa-admin-docs/modules/components_Advertisements_core_AdvertisementRegister_AdvertisementRegister.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx:36](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx#L36) +[src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx:36](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/Advertisements/core/AdvertisementRegister/AdvertisementRegister.tsx#L36) diff --git a/talawa-admin-docs/modules/components_ChangeLanguageDropdown_ChangeLanguageDropDown.md b/talawa-admin-docs/modules/components_ChangeLanguageDropdown_ChangeLanguageDropDown.md index 8c214c2d2a..f9e97fa79d 100644 --- a/talawa-admin-docs/modules/components_ChangeLanguageDropdown_ChangeLanguageDropDown.md +++ b/talawa-admin-docs/modules/components_ChangeLanguageDropdown_ChangeLanguageDropDown.md @@ -27,7 +27,7 @@ #### Defined in -[src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx:13](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx#L13) +[src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx:13](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx#L13) ___ @@ -47,4 +47,4 @@ ___ #### Defined in -[src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx:17](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx#L17) +[src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx:17](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/ChangeLanguageDropdown/ChangeLanguageDropDown.tsx#L17) diff --git a/talawa-admin-docs/modules/components_CheckIn_CheckInModal.md b/talawa-admin-docs/modules/components_CheckIn_CheckInModal.md index 145d385f85..a8254b1398 100644 --- a/talawa-admin-docs/modules/components_CheckIn_CheckInModal.md +++ b/talawa-admin-docs/modules/components_CheckIn_CheckInModal.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/CheckIn/CheckInModal.tsx:16](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/CheckInModal.tsx#L16) +[src/components/CheckIn/CheckInModal.tsx:16](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/CheckInModal.tsx#L16) diff --git a/talawa-admin-docs/modules/components_CheckIn_CheckInWrapper.md b/talawa-admin-docs/modules/components_CheckIn_CheckInWrapper.md index f1281bb76b..94d235d635 100644 --- a/talawa-admin-docs/modules/components_CheckIn_CheckInWrapper.md +++ b/talawa-admin-docs/modules/components_CheckIn_CheckInWrapper.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/CheckIn/CheckInWrapper.tsx:11](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/CheckInWrapper.tsx#L11) +[src/components/CheckIn/CheckInWrapper.tsx:11](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/CheckInWrapper.tsx#L11) diff --git a/talawa-admin-docs/modules/components_CheckIn_TableRow.md b/talawa-admin-docs/modules/components_CheckIn_TableRow.md index cdb57b781f..5d6119054b 100644 --- a/talawa-admin-docs/modules/components_CheckIn_TableRow.md +++ b/talawa-admin-docs/modules/components_CheckIn_TableRow.md @@ -28,4 +28,4 @@ #### Defined in -[src/components/CheckIn/TableRow.tsx:10](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/TableRow.tsx#L10) +[src/components/CheckIn/TableRow.tsx:10](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/TableRow.tsx#L10) diff --git a/talawa-admin-docs/modules/components_CheckIn_mocks.md b/talawa-admin-docs/modules/components_CheckIn_mocks.md index dae33fdc26..99969039b4 100644 --- a/talawa-admin-docs/modules/components_CheckIn_mocks.md +++ b/talawa-admin-docs/modules/components_CheckIn_mocks.md @@ -18,7 +18,7 @@ #### Defined in -[src/components/CheckIn/mocks.ts:48](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/mocks.ts#L48) +[src/components/CheckIn/mocks.ts:48](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/mocks.ts#L48) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/components/CheckIn/mocks.ts:69](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/mocks.ts#L69) +[src/components/CheckIn/mocks.ts:69](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/mocks.ts#L69) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/components/CheckIn/mocks.ts:36](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/mocks.ts#L36) +[src/components/CheckIn/mocks.ts:36](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/mocks.ts#L36) diff --git a/talawa-admin-docs/modules/components_CheckIn_tagTemplate.md b/talawa-admin-docs/modules/components_CheckIn_tagTemplate.md index a77fda786b..b75d3d1f6f 100644 --- a/talawa-admin-docs/modules/components_CheckIn_tagTemplate.md +++ b/talawa-admin-docs/modules/components_CheckIn_tagTemplate.md @@ -16,4 +16,4 @@ #### Defined in -[src/components/CheckIn/tagTemplate.ts:3](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CheckIn/tagTemplate.ts#L3) +[src/components/CheckIn/tagTemplate.ts:3](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CheckIn/tagTemplate.ts#L3) diff --git a/talawa-admin-docs/modules/components_CollapsibleDropdown_CollapsibleDropdown.md b/talawa-admin-docs/modules/components_CollapsibleDropdown_CollapsibleDropdown.md index fed822dfb7..88b70a52ee 100644 --- a/talawa-admin-docs/modules/components_CollapsibleDropdown_CollapsibleDropdown.md +++ b/talawa-admin-docs/modules/components_CollapsibleDropdown_CollapsibleDropdown.md @@ -30,4 +30,4 @@ #### Defined in -[src/components/CollapsibleDropdown/CollapsibleDropdown.tsx:13](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/CollapsibleDropdown/CollapsibleDropdown.tsx#L13) +[src/components/CollapsibleDropdown/CollapsibleDropdown.tsx:13](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/CollapsibleDropdown/CollapsibleDropdown.tsx#L13) diff --git a/talawa-admin-docs/modules/components_ContriStats_ContriStats.md b/talawa-admin-docs/modules/components_ContriStats_ContriStats.md index 0d128839a2..f79bfe6273 100644 --- a/talawa-admin-docs/modules/components_ContriStats_ContriStats.md +++ b/talawa-admin-docs/modules/components_ContriStats_ContriStats.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/ContriStats/ContriStats.tsx:14](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/ContriStats/ContriStats.tsx#L14) +[src/components/ContriStats/ContriStats.tsx:14](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/ContriStats/ContriStats.tsx#L14) diff --git a/talawa-admin-docs/modules/components_DeleteOrg_DeleteOrg.md b/talawa-admin-docs/modules/components_DeleteOrg_DeleteOrg.md index af23fc42e3..e35e8db653 100644 --- a/talawa-admin-docs/modules/components_DeleteOrg_DeleteOrg.md +++ b/talawa-admin-docs/modules/components_DeleteOrg_DeleteOrg.md @@ -20,4 +20,4 @@ #### Defined in -[src/components/DeleteOrg/DeleteOrg.tsx:14](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/DeleteOrg/DeleteOrg.tsx#L14) +[src/components/DeleteOrg/DeleteOrg.tsx:14](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/DeleteOrg/DeleteOrg.tsx#L14) diff --git a/talawa-admin-docs/modules/components_EditCustomFieldDropDown_EditCustomFieldDropDown.md b/talawa-admin-docs/modules/components_EditCustomFieldDropDown_EditCustomFieldDropDown.md index 86ee55ec85..d6de8066b5 100644 --- a/talawa-admin-docs/modules/components_EditCustomFieldDropDown_EditCustomFieldDropDown.md +++ b/talawa-admin-docs/modules/components_EditCustomFieldDropDown_EditCustomFieldDropDown.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/EditCustomFieldDropDown/EditCustomFieldDropDown.tsx:16](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EditCustomFieldDropDown/EditCustomFieldDropDown.tsx#L16) +[src/components/EditCustomFieldDropDown/EditCustomFieldDropDown.tsx:16](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/EditCustomFieldDropDown/EditCustomFieldDropDown.tsx#L16) diff --git a/talawa-admin-docs/modules/components_EventCalendar_EventCalendar.md b/talawa-admin-docs/modules/components_EventCalendar_EventCalendar.md index 4bbcc15bbb..3f4d84333d 100644 --- a/talawa-admin-docs/modules/components_EventCalendar_EventCalendar.md +++ b/talawa-admin-docs/modules/components_EventCalendar_EventCalendar.md @@ -27,4 +27,4 @@ #### Defined in -[src/components/EventCalendar/EventCalendar.tsx:52](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EventCalendar/EventCalendar.tsx#L52) +[src/components/EventCalendar/EventCalendar.tsx:52](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/EventCalendar/EventCalendar.tsx#L52) diff --git a/talawa-admin-docs/modules/components_EventListCard_EventListCard.md b/talawa-admin-docs/modules/components_EventListCard_EventListCard.md index 06f51834ce..938098662d 100644 --- a/talawa-admin-docs/modules/components_EventListCard_EventListCard.md +++ b/talawa-admin-docs/modules/components_EventListCard_EventListCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/EventListCard/EventListCard.tsx:32](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EventListCard/EventListCard.tsx#L32) +[src/components/EventListCard/EventListCard.tsx:32](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/EventListCard/EventListCard.tsx#L32) diff --git a/talawa-admin-docs/modules/components_EventProjectModals_AddEventProjectModal.md b/talawa-admin-docs/modules/components_EventProjectModals_AddEventProjectModal.md deleted file mode 100644 index 1ce9446096..0000000000 --- a/talawa-admin-docs/modules/components_EventProjectModals_AddEventProjectModal.md +++ /dev/null @@ -1,29 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/EventProjectModals/AddEventProjectModal - -# Module: components/EventProjectModals/AddEventProjectModal - -## Table of contents - -### Functions - -- [AddEventProjectModal](components_EventProjectModals_AddEventProjectModal.md#addeventprojectmodal) - -## Functions - -### AddEventProjectModal - -▸ **AddEventProjectModal**(`«destructured»`): `Element` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `«destructured»` | `ModalPropType` | - -#### Returns - -`Element` - -#### Defined in - -[src/components/EventProjectModals/AddEventProjectModal.tsx:14](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EventProjectModals/AddEventProjectModal.tsx#L14) diff --git a/talawa-admin-docs/modules/components_EventProjectModals_AddEventProjectModal_test.md b/talawa-admin-docs/modules/components_EventProjectModals_AddEventProjectModal_test.md deleted file mode 100644 index f690026c0a..0000000000 --- a/talawa-admin-docs/modules/components_EventProjectModals_AddEventProjectModal_test.md +++ /dev/null @@ -1,3 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/EventProjectModals/AddEventProjectModal.test - -# Module: components/EventProjectModals/AddEventProjectModal.test diff --git a/talawa-admin-docs/modules/components_EventProjectModals_DeleteEventProjectModal.md b/talawa-admin-docs/modules/components_EventProjectModals_DeleteEventProjectModal.md deleted file mode 100644 index 13ae455cdb..0000000000 --- a/talawa-admin-docs/modules/components_EventProjectModals_DeleteEventProjectModal.md +++ /dev/null @@ -1,29 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/EventProjectModals/DeleteEventProjectModal - -# Module: components/EventProjectModals/DeleteEventProjectModal - -## Table of contents - -### Functions - -- [DeleteEventProjectModal](components_EventProjectModals_DeleteEventProjectModal.md#deleteeventprojectmodal) - -## Functions - -### DeleteEventProjectModal - -▸ **DeleteEventProjectModal**(`props`): `Element` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `props` | `ModalPropType` | - -#### Returns - -`Element` - -#### Defined in - -[src/components/EventProjectModals/DeleteEventProjectModal.tsx:18](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EventProjectModals/DeleteEventProjectModal.tsx#L18) diff --git a/talawa-admin-docs/modules/components_EventProjectModals_DeleteEventProjectModal_test.md b/talawa-admin-docs/modules/components_EventProjectModals_DeleteEventProjectModal_test.md deleted file mode 100644 index 383f71341f..0000000000 --- a/talawa-admin-docs/modules/components_EventProjectModals_DeleteEventProjectModal_test.md +++ /dev/null @@ -1,3 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/EventProjectModals/DeleteEventProjectModal.test - -# Module: components/EventProjectModals/DeleteEventProjectModal.test diff --git a/talawa-admin-docs/modules/components_EventProjectModals_UpdateEventProjectModal.md b/talawa-admin-docs/modules/components_EventProjectModals_UpdateEventProjectModal.md deleted file mode 100644 index cee245fc83..0000000000 --- a/talawa-admin-docs/modules/components_EventProjectModals_UpdateEventProjectModal.md +++ /dev/null @@ -1,29 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/EventProjectModals/UpdateEventProjectModal - -# Module: components/EventProjectModals/UpdateEventProjectModal - -## Table of contents - -### Functions - -- [UpdateEventProjectModal](components_EventProjectModals_UpdateEventProjectModal.md#updateeventprojectmodal) - -## Functions - -### UpdateEventProjectModal - -▸ **UpdateEventProjectModal**(`props`): `Element` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `props` | `ModalPropType` | - -#### Returns - -`Element` - -#### Defined in - -[src/components/EventProjectModals/UpdateEventProjectModal.tsx:18](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EventProjectModals/UpdateEventProjectModal.tsx#L18) diff --git a/talawa-admin-docs/modules/components_EventProjectModals_UpdateEventProjectModal_test.md b/talawa-admin-docs/modules/components_EventProjectModals_UpdateEventProjectModal_test.md deleted file mode 100644 index d4e38295c3..0000000000 --- a/talawa-admin-docs/modules/components_EventProjectModals_UpdateEventProjectModal_test.md +++ /dev/null @@ -1,3 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/EventProjectModals/UpdateEventProjectModal.test - -# Module: components/EventProjectModals/UpdateEventProjectModal.test diff --git a/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsModal.md b/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsModal.md index 843df77943..b844f5a6cb 100644 --- a/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsModal.md +++ b/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsModal.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/EventRegistrantsModal/EventRegistrantsModal.tsx:30](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EventRegistrantsModal/EventRegistrantsModal.tsx#L30) +[src/components/EventRegistrantsModal/EventRegistrantsModal.tsx:30](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/EventRegistrantsModal/EventRegistrantsModal.tsx#L30) diff --git a/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsWrapper.md b/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsWrapper.md index 71acc99f98..1b2db14bd1 100644 --- a/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsWrapper.md +++ b/talawa-admin-docs/modules/components_EventRegistrantsModal_EventRegistrantsWrapper.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/EventRegistrantsModal/EventRegistrantsWrapper.tsx:12](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EventRegistrantsModal/EventRegistrantsWrapper.tsx#L12) +[src/components/EventRegistrantsModal/EventRegistrantsWrapper.tsx:12](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/EventRegistrantsModal/EventRegistrantsWrapper.tsx#L12) diff --git a/talawa-admin-docs/modules/components_EventStats_EventStats.md b/talawa-admin-docs/modules/components_EventStats_EventStats.md index d416d227a9..c2fa754b24 100644 --- a/talawa-admin-docs/modules/components_EventStats_EventStats.md +++ b/talawa-admin-docs/modules/components_EventStats_EventStats.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/EventStats/EventStats.tsx:17](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EventStats/EventStats.tsx#L17) +[src/components/EventStats/EventStats.tsx:17](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/EventStats/EventStats.tsx#L17) diff --git a/talawa-admin-docs/modules/components_EventStats_EventStatsWrapper.md b/talawa-admin-docs/modules/components_EventStats_EventStatsWrapper.md index ad658501b6..eac042a27f 100644 --- a/talawa-admin-docs/modules/components_EventStats_EventStatsWrapper.md +++ b/talawa-admin-docs/modules/components_EventStats_EventStatsWrapper.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/EventStats/EventStatsWrapper.tsx:11](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EventStats/EventStatsWrapper.tsx#L11) +[src/components/EventStats/EventStatsWrapper.tsx:11](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/EventStats/EventStatsWrapper.tsx#L11) diff --git a/talawa-admin-docs/modules/components_EventStats_Statistics_AverageRating.md b/talawa-admin-docs/modules/components_EventStats_Statistics_AverageRating.md index d3f9b4b90b..993d5be7ca 100644 --- a/talawa-admin-docs/modules/components_EventStats_Statistics_AverageRating.md +++ b/talawa-admin-docs/modules/components_EventStats_Statistics_AverageRating.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/EventStats/Statistics/AverageRating.tsx:35](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EventStats/Statistics/AverageRating.tsx#L35) +[src/components/EventStats/Statistics/AverageRating.tsx:35](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/EventStats/Statistics/AverageRating.tsx#L35) diff --git a/talawa-admin-docs/modules/components_EventStats_Statistics_Feedback.md b/talawa-admin-docs/modules/components_EventStats_Statistics_Feedback.md index ccb9861017..3b52579992 100644 --- a/talawa-admin-docs/modules/components_EventStats_Statistics_Feedback.md +++ b/talawa-admin-docs/modules/components_EventStats_Statistics_Feedback.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/EventStats/Statistics/Feedback.tsx:25](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EventStats/Statistics/Feedback.tsx#L25) +[src/components/EventStats/Statistics/Feedback.tsx:25](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/EventStats/Statistics/Feedback.tsx#L25) diff --git a/talawa-admin-docs/modules/components_EventStats_Statistics_Review.md b/talawa-admin-docs/modules/components_EventStats_Statistics_Review.md index 270cc63197..209a1d5c38 100644 --- a/talawa-admin-docs/modules/components_EventStats_Statistics_Review.md +++ b/talawa-admin-docs/modules/components_EventStats_Statistics_Review.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/EventStats/Statistics/Review.tsx:21](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/EventStats/Statistics/Review.tsx#L21) +[src/components/EventStats/Statistics/Review.tsx:21](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/EventStats/Statistics/Review.tsx#L21) diff --git a/talawa-admin-docs/modules/components_IconComponent_IconComponent.md b/talawa-admin-docs/modules/components_IconComponent_IconComponent.md index 105bd358ab..8d9b925ca5 100644 --- a/talawa-admin-docs/modules/components_IconComponent_IconComponent.md +++ b/talawa-admin-docs/modules/components_IconComponent_IconComponent.md @@ -30,4 +30,4 @@ #### Defined in -[src/components/IconComponent/IconComponent.tsx:23](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/IconComponent/IconComponent.tsx#L23) +[src/components/IconComponent/IconComponent.tsx:22](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/IconComponent/IconComponent.tsx#L22) diff --git a/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEvent.md b/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEvent.md index 45de3c6f13..a1b7f563dc 100644 --- a/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEvent.md +++ b/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEvent.md @@ -30,4 +30,4 @@ #### Defined in -[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:29](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L29) +[src/components/LeftDrawerEvent/LeftDrawerEvent.tsx:28](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerEvent/LeftDrawerEvent.tsx#L28) diff --git a/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEventWrapper.md b/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEventWrapper.md index 5ffbc04595..91ca87b771 100644 --- a/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEventWrapper.md +++ b/talawa-admin-docs/modules/components_LeftDrawerEvent_LeftDrawerEventWrapper.md @@ -30,4 +30,4 @@ #### Defined in -[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:19](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L19) +[src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx:18](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerEvent/LeftDrawerEventWrapper.tsx#L18) diff --git a/talawa-admin-docs/modules/components_LeftDrawerOrg_LeftDrawerOrg.md b/talawa-admin-docs/modules/components_LeftDrawerOrg_LeftDrawerOrg.md index 85014a2d2e..0d303217d6 100644 --- a/talawa-admin-docs/modules/components_LeftDrawerOrg_LeftDrawerOrg.md +++ b/talawa-admin-docs/modules/components_LeftDrawerOrg_LeftDrawerOrg.md @@ -30,4 +30,4 @@ #### Defined in -[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:26](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L26) +[src/components/LeftDrawerOrg/LeftDrawerOrg.tsx:26](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx#L26) diff --git a/talawa-admin-docs/modules/components_LeftDrawer_LeftDrawer.md b/talawa-admin-docs/modules/components_LeftDrawer_LeftDrawer.md index e1f1a7bb32..53d5e0a2ea 100644 --- a/talawa-admin-docs/modules/components_LeftDrawer_LeftDrawer.md +++ b/talawa-admin-docs/modules/components_LeftDrawer_LeftDrawer.md @@ -30,4 +30,4 @@ #### Defined in -[src/components/LeftDrawer/LeftDrawer.tsx:20](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LeftDrawer/LeftDrawer.tsx#L20) +[src/components/LeftDrawer/LeftDrawer.tsx:20](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LeftDrawer/LeftDrawer.tsx#L20) diff --git a/talawa-admin-docs/modules/components_Loader_Loader.md b/talawa-admin-docs/modules/components_Loader_Loader.md index 1137141b2c..9b05c6792c 100644 --- a/talawa-admin-docs/modules/components_Loader_Loader.md +++ b/talawa-admin-docs/modules/components_Loader_Loader.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/Loader/Loader.tsx:10](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/Loader/Loader.tsx#L10) +[src/components/Loader/Loader.tsx:10](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/Loader/Loader.tsx#L10) diff --git a/talawa-admin-docs/modules/components_LoginPortalToggle_LoginPortalToggle.md b/talawa-admin-docs/modules/components_LoginPortalToggle_LoginPortalToggle.md index 771d0d380e..38ec5811b0 100644 --- a/talawa-admin-docs/modules/components_LoginPortalToggle_LoginPortalToggle.md +++ b/talawa-admin-docs/modules/components_LoginPortalToggle_LoginPortalToggle.md @@ -20,4 +20,4 @@ #### Defined in -[src/components/LoginPortalToggle/LoginPortalToggle.tsx:8](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/LoginPortalToggle/LoginPortalToggle.tsx#L8) +[src/components/LoginPortalToggle/LoginPortalToggle.tsx:8](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/LoginPortalToggle/LoginPortalToggle.tsx#L8) diff --git a/talawa-admin-docs/modules/components_MemberRequestCard_MemberRequestCard.md b/talawa-admin-docs/modules/components_MemberRequestCard_MemberRequestCard.md index 6ea5d02fbf..2af7c58853 100644 --- a/talawa-admin-docs/modules/components_MemberRequestCard_MemberRequestCard.md +++ b/talawa-admin-docs/modules/components_MemberRequestCard_MemberRequestCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/MemberRequestCard/MemberRequestCard.tsx:26](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/MemberRequestCard/MemberRequestCard.tsx#L26) +[src/components/MemberRequestCard/MemberRequestCard.tsx:26](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/MemberRequestCard/MemberRequestCard.tsx#L26) diff --git a/talawa-admin-docs/modules/components_NotFound_NotFound.md b/talawa-admin-docs/modules/components_NotFound_NotFound.md index a626169a52..39c53ef043 100644 --- a/talawa-admin-docs/modules/components_NotFound_NotFound.md +++ b/talawa-admin-docs/modules/components_NotFound_NotFound.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/NotFound/NotFound.tsx:11](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/NotFound/NotFound.tsx#L11) +[src/components/NotFound/NotFound.tsx:11](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/NotFound/NotFound.tsx#L11) diff --git a/talawa-admin-docs/modules/components_OrgAdminListCard_OrgAdminListCard.md b/talawa-admin-docs/modules/components_OrgAdminListCard_OrgAdminListCard.md index abd8e71d41..a71292403d 100644 --- a/talawa-admin-docs/modules/components_OrgAdminListCard_OrgAdminListCard.md +++ b/talawa-admin-docs/modules/components_OrgAdminListCard_OrgAdminListCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/OrgAdminListCard/OrgAdminListCard.tsx:26](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgAdminListCard/OrgAdminListCard.tsx#L26) +[src/components/OrgAdminListCard/OrgAdminListCard.tsx:26](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgAdminListCard/OrgAdminListCard.tsx#L26) diff --git a/talawa-admin-docs/modules/components_OrgContriCards_OrgContriCards.md b/talawa-admin-docs/modules/components_OrgContriCards_OrgContriCards.md index dc0ac04e88..3f07d12a3f 100644 --- a/talawa-admin-docs/modules/components_OrgContriCards_OrgContriCards.md +++ b/talawa-admin-docs/modules/components_OrgContriCards_OrgContriCards.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/OrgContriCards/OrgContriCards.tsx:17](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgContriCards/OrgContriCards.tsx#L17) +[src/components/OrgContriCards/OrgContriCards.tsx:17](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgContriCards/OrgContriCards.tsx#L17) diff --git a/talawa-admin-docs/modules/components_OrgDelete_OrgDelete.md b/talawa-admin-docs/modules/components_OrgDelete_OrgDelete.md index 972b36b118..6a83488250 100644 --- a/talawa-admin-docs/modules/components_OrgDelete_OrgDelete.md +++ b/talawa-admin-docs/modules/components_OrgDelete_OrgDelete.md @@ -20,4 +20,4 @@ #### Defined in -[src/components/OrgDelete/OrgDelete.tsx:4](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgDelete/OrgDelete.tsx#L4) +[src/components/OrgDelete/OrgDelete.tsx:4](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgDelete/OrgDelete.tsx#L4) diff --git a/talawa-admin-docs/modules/components_OrgListCard_OrgListCard.md b/talawa-admin-docs/modules/components_OrgListCard_OrgListCard.md index dbfba4998d..4486ea4c1c 100644 --- a/talawa-admin-docs/modules/components_OrgListCard_OrgListCard.md +++ b/talawa-admin-docs/modules/components_OrgListCard_OrgListCard.md @@ -30,4 +30,4 @@ #### Defined in -[src/components/OrgListCard/OrgListCard.tsx:17](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgListCard/OrgListCard.tsx#L17) +[src/components/OrgListCard/OrgListCard.tsx:17](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgListCard/OrgListCard.tsx#L17) diff --git a/talawa-admin-docs/modules/components_OrgPeopleListCard_OrgPeopleListCard.md b/talawa-admin-docs/modules/components_OrgPeopleListCard_OrgPeopleListCard.md index e9d27959ee..bf1aa2bede 100644 --- a/talawa-admin-docs/modules/components_OrgPeopleListCard_OrgPeopleListCard.md +++ b/talawa-admin-docs/modules/components_OrgPeopleListCard_OrgPeopleListCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/OrgPeopleListCard/OrgPeopleListCard.tsx:24](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgPeopleListCard/OrgPeopleListCard.tsx#L24) +[src/components/OrgPeopleListCard/OrgPeopleListCard.tsx:24](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgPeopleListCard/OrgPeopleListCard.tsx#L24) diff --git a/talawa-admin-docs/modules/components_OrgPostCard_OrgPostCard.md b/talawa-admin-docs/modules/components_OrgPostCard_OrgPostCard.md index 4c7777878f..a501b62de5 100644 --- a/talawa-admin-docs/modules/components_OrgPostCard_OrgPostCard.md +++ b/talawa-admin-docs/modules/components_OrgPostCard_OrgPostCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/OrgPostCard/OrgPostCard.tsx:35](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgPostCard/OrgPostCard.tsx#L35) +[src/components/OrgPostCard/OrgPostCard.tsx:35](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgPostCard/OrgPostCard.tsx#L35) diff --git a/talawa-admin-docs/modules/components_OrgProfileFieldSettings_OrgProfileFieldSettings.md b/talawa-admin-docs/modules/components_OrgProfileFieldSettings_OrgProfileFieldSettings.md index e82fdbfde2..a9495d763e 100644 --- a/talawa-admin-docs/modules/components_OrgProfileFieldSettings_OrgProfileFieldSettings.md +++ b/talawa-admin-docs/modules/components_OrgProfileFieldSettings_OrgProfileFieldSettings.md @@ -24,4 +24,4 @@ #### Defined in -[src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx:21](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx#L21) +[src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx:21](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgProfileFieldSettings/OrgProfileFieldSettings.tsx#L21) diff --git a/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdate.md b/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdate.md index e7e14b5664..dc73020436 100644 --- a/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdate.md +++ b/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdate.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/OrgUpdate/OrgUpdate.tsx:22](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgUpdate/OrgUpdate.tsx#L22) +[src/components/OrgUpdate/OrgUpdate.tsx:22](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgUpdate/OrgUpdate.tsx#L22) diff --git a/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdateMocks.md b/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdateMocks.md index 7c36ecb8e9..8e0a795d0f 100644 --- a/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdateMocks.md +++ b/talawa-admin-docs/modules/components_OrgUpdate_OrgUpdateMocks.md @@ -18,7 +18,7 @@ #### Defined in -[src/components/OrgUpdate/OrgUpdateMocks.ts:4](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgUpdate/OrgUpdateMocks.ts#L4) +[src/components/OrgUpdate/OrgUpdateMocks.ts:4](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgUpdate/OrgUpdateMocks.ts#L4) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/components/OrgUpdate/OrgUpdateMocks.ts:82](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgUpdate/OrgUpdateMocks.ts#L82) +[src/components/OrgUpdate/OrgUpdateMocks.ts:82](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgUpdate/OrgUpdateMocks.ts#L82) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/components/OrgUpdate/OrgUpdateMocks.ts:92](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrgUpdate/OrgUpdateMocks.ts#L92) +[src/components/OrgUpdate/OrgUpdateMocks.ts:92](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrgUpdate/OrgUpdateMocks.ts#L92) diff --git a/talawa-admin-docs/modules/components_OrganizationCardStart_OrganizationCardStart.md b/talawa-admin-docs/modules/components_OrganizationCardStart_OrganizationCardStart.md index af047b30bd..525391f8ac 100644 --- a/talawa-admin-docs/modules/components_OrganizationCardStart_OrganizationCardStart.md +++ b/talawa-admin-docs/modules/components_OrganizationCardStart_OrganizationCardStart.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/OrganizationCardStart/OrganizationCardStart.tsx:11](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationCardStart/OrganizationCardStart.tsx#L11) +[src/components/OrganizationCardStart/OrganizationCardStart.tsx:11](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationCardStart/OrganizationCardStart.tsx#L11) diff --git a/talawa-admin-docs/modules/components_OrganizationCard_OrganizationCard.md b/talawa-admin-docs/modules/components_OrganizationCard_OrganizationCard.md index e931057249..415952728f 100644 --- a/talawa-admin-docs/modules/components_OrganizationCard_OrganizationCard.md +++ b/talawa-admin-docs/modules/components_OrganizationCard_OrganizationCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/OrganizationCard/OrganizationCard.tsx:13](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationCard/OrganizationCard.tsx#L13) +[src/components/OrganizationCard/OrganizationCard.tsx:13](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationCard/OrganizationCard.tsx#L13) diff --git a/talawa-admin-docs/modules/components_OrganizationDashCards_CardItem.md b/talawa-admin-docs/modules/components_OrganizationDashCards_CardItem.md index b7ccaf365d..7e09bf458b 100644 --- a/talawa-admin-docs/modules/components_OrganizationDashCards_CardItem.md +++ b/talawa-admin-docs/modules/components_OrganizationDashCards_CardItem.md @@ -30,4 +30,4 @@ #### Defined in -[src/components/OrganizationDashCards/CardItem.tsx:21](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationDashCards/CardItem.tsx#L21) +[src/components/OrganizationDashCards/CardItem.tsx:21](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationDashCards/CardItem.tsx#L21) diff --git a/talawa-admin-docs/modules/components_OrganizationDashCards_CardItemLoading.md b/talawa-admin-docs/modules/components_OrganizationDashCards_CardItemLoading.md index 8d374c572b..b5eda7848a 100644 --- a/talawa-admin-docs/modules/components_OrganizationDashCards_CardItemLoading.md +++ b/talawa-admin-docs/modules/components_OrganizationDashCards_CardItemLoading.md @@ -20,4 +20,4 @@ #### Defined in -[src/components/OrganizationDashCards/CardItemLoading.tsx:4](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationDashCards/CardItemLoading.tsx#L4) +[src/components/OrganizationDashCards/CardItemLoading.tsx:4](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationDashCards/CardItemLoading.tsx#L4) diff --git a/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCard.md b/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCard.md index ee70eef67e..e11bef1d71 100644 --- a/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCard.md +++ b/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCard.md @@ -29,4 +29,4 @@ #### Defined in -[src/components/OrganizationDashCards/DashboardCard.tsx:6](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationDashCards/DashboardCard.tsx#L6) +[src/components/OrganizationDashCards/DashboardCard.tsx:6](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationDashCards/DashboardCard.tsx#L6) diff --git a/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCardLoading.md b/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCardLoading.md index 9ac8a7096b..881a1b645d 100644 --- a/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCardLoading.md +++ b/talawa-admin-docs/modules/components_OrganizationDashCards_DashboardCardLoading.md @@ -20,4 +20,4 @@ #### Defined in -[src/components/OrganizationDashCards/DashboardCardLoading.tsx:6](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationDashCards/DashboardCardLoading.tsx#L6) +[src/components/OrganizationDashCards/DashboardCardLoading.tsx:6](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationDashCards/DashboardCardLoading.tsx#L6) diff --git a/talawa-admin-docs/modules/components_OrganizationScreen_OrganizationScreen.md b/talawa-admin-docs/modules/components_OrganizationScreen_OrganizationScreen.md index 065833e908..6f6601479f 100644 --- a/talawa-admin-docs/modules/components_OrganizationScreen_OrganizationScreen.md +++ b/talawa-admin-docs/modules/components_OrganizationScreen_OrganizationScreen.md @@ -30,4 +30,4 @@ #### Defined in -[src/components/OrganizationScreen/OrganizationScreen.tsx:14](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/OrganizationScreen/OrganizationScreen.tsx#L14) +[src/components/OrganizationScreen/OrganizationScreen.tsx:14](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/OrganizationScreen/OrganizationScreen.tsx#L14) diff --git a/talawa-admin-docs/modules/components_PaginationList_PaginationList.md b/talawa-admin-docs/modules/components_PaginationList_PaginationList.md index ae05e5d7e7..9f88574d4d 100644 --- a/talawa-admin-docs/modules/components_PaginationList_PaginationList.md +++ b/talawa-admin-docs/modules/components_PaginationList_PaginationList.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/PaginationList/PaginationList.tsx:21](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/PaginationList/PaginationList.tsx#L21) +[src/components/PaginationList/PaginationList.tsx:21](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/PaginationList/PaginationList.tsx#L21) diff --git a/talawa-admin-docs/modules/components_Pagination_Pagination.md b/talawa-admin-docs/modules/components_Pagination_Pagination.md index 06708e786a..575bf3b4f6 100644 --- a/talawa-admin-docs/modules/components_Pagination_Pagination.md +++ b/talawa-admin-docs/modules/components_Pagination_Pagination.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/Pagination/Pagination.tsx:20](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/Pagination/Pagination.tsx#L20) +[src/components/Pagination/Pagination.tsx:20](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/Pagination/Pagination.tsx#L20) diff --git a/talawa-admin-docs/modules/components_SecuredRoute_SecuredRoute.md b/talawa-admin-docs/modules/components_SecuredRoute_SecuredRoute.md index 8eb6c178fa..0c75a0adf8 100644 --- a/talawa-admin-docs/modules/components_SecuredRoute_SecuredRoute.md +++ b/talawa-admin-docs/modules/components_SecuredRoute_SecuredRoute.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/SecuredRoute/SecuredRoute.tsx:5](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/SecuredRoute/SecuredRoute.tsx#L5) +[src/components/SecuredRoute/SecuredRoute.tsx:5](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/SecuredRoute/SecuredRoute.tsx#L5) diff --git a/talawa-admin-docs/modules/components_SuperAdminScreen_SuperAdminScreen.md b/talawa-admin-docs/modules/components_SuperAdminScreen_SuperAdminScreen.md index 7be6a856ca..76c8a6e038 100644 --- a/talawa-admin-docs/modules/components_SuperAdminScreen_SuperAdminScreen.md +++ b/talawa-admin-docs/modules/components_SuperAdminScreen_SuperAdminScreen.md @@ -30,4 +30,4 @@ #### Defined in -[src/components/SuperAdminScreen/SuperAdminScreen.tsx:11](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L11) +[src/components/SuperAdminScreen/SuperAdminScreen.tsx:11](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/SuperAdminScreen/SuperAdminScreen.tsx#L11) diff --git a/talawa-admin-docs/modules/components_TableLoader_TableLoader.md b/talawa-admin-docs/modules/components_TableLoader_TableLoader.md index 33faa1a3a6..d6a7574cb6 100644 --- a/talawa-admin-docs/modules/components_TableLoader_TableLoader.md +++ b/talawa-admin-docs/modules/components_TableLoader_TableLoader.md @@ -30,4 +30,4 @@ #### Defined in -[src/components/TableLoader/TableLoader.tsx:11](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/TableLoader/TableLoader.tsx#L11) +[src/components/TableLoader/TableLoader.tsx:11](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/TableLoader/TableLoader.tsx#L11) diff --git a/talawa-admin-docs/modules/components_TaskListItem_TaskListItem.md b/talawa-admin-docs/modules/components_TaskListItem_TaskListItem.md deleted file mode 100644 index 244fb45e4c..0000000000 --- a/talawa-admin-docs/modules/components_TaskListItem_TaskListItem.md +++ /dev/null @@ -1,29 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/TaskListItem/TaskListItem - -# Module: components/TaskListItem/TaskListItem - -## Table of contents - -### Functions - -- [TaskListItem](components_TaskListItem_TaskListItem.md#tasklistitem) - -## Functions - -### TaskListItem - -▸ **TaskListItem**(`«destructured»`): `Element` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `«destructured»` | `PropType` | - -#### Returns - -`Element` - -#### Defined in - -[src/components/TaskListItem/TaskListItem.tsx:38](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/TaskListItem/TaskListItem.tsx#L38) diff --git a/talawa-admin-docs/modules/components_TaskListItem_TaskListItem_test.md b/talawa-admin-docs/modules/components_TaskListItem_TaskListItem_test.md deleted file mode 100644 index 601f36689f..0000000000 --- a/talawa-admin-docs/modules/components_TaskListItem_TaskListItem_test.md +++ /dev/null @@ -1,3 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/TaskListItem/TaskListItem.test - -# Module: components/TaskListItem/TaskListItem.test diff --git a/talawa-admin-docs/modules/components_TaskModals_AddTaskModal.md b/talawa-admin-docs/modules/components_TaskModals_AddTaskModal.md deleted file mode 100644 index bdd92576ea..0000000000 --- a/talawa-admin-docs/modules/components_TaskModals_AddTaskModal.md +++ /dev/null @@ -1,29 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/TaskModals/AddTaskModal - -# Module: components/TaskModals/AddTaskModal - -## Table of contents - -### Functions - -- [AddTaskModal](components_TaskModals_AddTaskModal.md#addtaskmodal) - -## Functions - -### AddTaskModal - -▸ **AddTaskModal**(`«destructured»`): `Element` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `«destructured»` | `ModalPropType` | - -#### Returns - -`Element` - -#### Defined in - -[src/components/TaskModals/AddTaskModal.tsx:17](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/TaskModals/AddTaskModal.tsx#L17) diff --git a/talawa-admin-docs/modules/components_TaskModals_AddTaskModal_test.md b/talawa-admin-docs/modules/components_TaskModals_AddTaskModal_test.md deleted file mode 100644 index 9fc6d4f85c..0000000000 --- a/talawa-admin-docs/modules/components_TaskModals_AddTaskModal_test.md +++ /dev/null @@ -1,3 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/TaskModals/AddTaskModal.test - -# Module: components/TaskModals/AddTaskModal.test diff --git a/talawa-admin-docs/modules/components_TaskModals_DeleteTaskModal.md b/talawa-admin-docs/modules/components_TaskModals_DeleteTaskModal.md deleted file mode 100644 index c0da8ed9b3..0000000000 --- a/talawa-admin-docs/modules/components_TaskModals_DeleteTaskModal.md +++ /dev/null @@ -1,29 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/TaskModals/DeleteTaskModal - -# Module: components/TaskModals/DeleteTaskModal - -## Table of contents - -### Functions - -- [DeleteTaskModal](components_TaskModals_DeleteTaskModal.md#deletetaskmodal) - -## Functions - -### DeleteTaskModal - -▸ **DeleteTaskModal**(`props`): `Element` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `props` | `ModalPropType` | - -#### Returns - -`Element` - -#### Defined in - -[src/components/TaskModals/DeleteTaskModal.tsx:14](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/TaskModals/DeleteTaskModal.tsx#L14) diff --git a/talawa-admin-docs/modules/components_TaskModals_DeleteTaskModal_test.md b/talawa-admin-docs/modules/components_TaskModals_DeleteTaskModal_test.md deleted file mode 100644 index 9a35d7741c..0000000000 --- a/talawa-admin-docs/modules/components_TaskModals_DeleteTaskModal_test.md +++ /dev/null @@ -1,3 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/TaskModals/DeleteTaskModal.test - -# Module: components/TaskModals/DeleteTaskModal.test diff --git a/talawa-admin-docs/modules/components_TaskModals_ManageVolunteerModal.md b/talawa-admin-docs/modules/components_TaskModals_ManageVolunteerModal.md deleted file mode 100644 index f4dd677d55..0000000000 --- a/talawa-admin-docs/modules/components_TaskModals_ManageVolunteerModal.md +++ /dev/null @@ -1,29 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/TaskModals/ManageVolunteerModal - -# Module: components/TaskModals/ManageVolunteerModal - -## Table of contents - -### Functions - -- [ManageVolunteerModal](components_TaskModals_ManageVolunteerModal.md#managevolunteermodal) - -## Functions - -### ManageVolunteerModal - -▸ **ManageVolunteerModal**(`props`): `Element` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `props` | `ModalPropType` | - -#### Returns - -`Element` - -#### Defined in - -[src/components/TaskModals/ManageVolunteerModal.tsx:28](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/TaskModals/ManageVolunteerModal.tsx#L28) diff --git a/talawa-admin-docs/modules/components_TaskModals_ManageVolunteerModal_test.md b/talawa-admin-docs/modules/components_TaskModals_ManageVolunteerModal_test.md deleted file mode 100644 index f587cab1db..0000000000 --- a/talawa-admin-docs/modules/components_TaskModals_ManageVolunteerModal_test.md +++ /dev/null @@ -1,3 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/TaskModals/ManageVolunteerModal.test - -# Module: components/TaskModals/ManageVolunteerModal.test diff --git a/talawa-admin-docs/modules/components_TaskModals_UpdateTaskModal.md b/talawa-admin-docs/modules/components_TaskModals_UpdateTaskModal.md deleted file mode 100644 index adbf892097..0000000000 --- a/talawa-admin-docs/modules/components_TaskModals_UpdateTaskModal.md +++ /dev/null @@ -1,55 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/TaskModals/UpdateTaskModal - -# Module: components/TaskModals/UpdateTaskModal - -## Table of contents - -### Type Aliases - -- [ModalPropType](components_TaskModals_UpdateTaskModal.md#modalproptype) - -### Functions - -- [UpdateTaskModal](components_TaskModals_UpdateTaskModal.md#updatetaskmodal) - -## Type Aliases - -### ModalPropType - -Ƭ **ModalPropType**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `handleClose` | () =\> `void` | -| `organization` | \{ `_id`: `string` ; `members`: `InterfaceUser`[] \} | -| `organization._id` | `string` | -| `organization.members` | `InterfaceUser`[] | -| `refetchData` | () =\> `void` | -| `show` | `boolean` | -| `task` | `InterfaceTask` | - -#### Defined in - -[src/components/TaskModals/UpdateTaskModal.tsx:31](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/TaskModals/UpdateTaskModal.tsx#L31) - -## Functions - -### UpdateTaskModal - -▸ **UpdateTaskModal**(`props`): `Element` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `props` | [`ModalPropType`](components_TaskModals_UpdateTaskModal.md#modalproptype) | - -#### Returns - -`Element` - -#### Defined in - -[src/components/TaskModals/UpdateTaskModal.tsx:42](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/TaskModals/UpdateTaskModal.tsx#L42) diff --git a/talawa-admin-docs/modules/components_TaskModals_UpdateTaskModal_test.md b/talawa-admin-docs/modules/components_TaskModals_UpdateTaskModal_test.md deleted file mode 100644 index 9d8c0895f7..0000000000 --- a/talawa-admin-docs/modules/components_TaskModals_UpdateTaskModal_test.md +++ /dev/null @@ -1,3 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/TaskModals/UpdateTaskModal.test - -# Module: components/TaskModals/UpdateTaskModal.test diff --git a/talawa-admin-docs/modules/components_UserListCard_UserListCard.md b/talawa-admin-docs/modules/components_UserListCard_UserListCard.md index 9bdce120ff..0c276c0e2e 100644 --- a/talawa-admin-docs/modules/components_UserListCard_UserListCard.md +++ b/talawa-admin-docs/modules/components_UserListCard_UserListCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserListCard/UserListCard.tsx:24](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserListCard/UserListCard.tsx#L24) +[src/components/UserListCard/UserListCard.tsx:24](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserListCard/UserListCard.tsx#L24) diff --git a/talawa-admin-docs/modules/components_UserPasswordUpdate_UserPasswordUpdate.md b/talawa-admin-docs/modules/components_UserPasswordUpdate_UserPasswordUpdate.md index e6dac13d67..3eee17e2a1 100644 --- a/talawa-admin-docs/modules/components_UserPasswordUpdate_UserPasswordUpdate.md +++ b/talawa-admin-docs/modules/components_UserPasswordUpdate_UserPasswordUpdate.md @@ -27,4 +27,4 @@ #### Defined in -[src/components/UserPasswordUpdate/UserPasswordUpdate.tsx:15](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPasswordUpdate/UserPasswordUpdate.tsx#L15) +[src/components/UserPasswordUpdate/UserPasswordUpdate.tsx:15](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPasswordUpdate/UserPasswordUpdate.tsx#L15) diff --git a/talawa-admin-docs/modules/components_UserPortal_ChatRoom_ChatRoom.md b/talawa-admin-docs/modules/components_UserPortal_ChatRoom_ChatRoom.md index d1f2effa13..0f22fa161f 100644 --- a/talawa-admin-docs/modules/components_UserPortal_ChatRoom_ChatRoom.md +++ b/talawa-admin-docs/modules/components_UserPortal_ChatRoom_ChatRoom.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/ChatRoom/ChatRoom.tsx:14](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/ChatRoom/ChatRoom.tsx#L14) +[src/components/UserPortal/ChatRoom/ChatRoom.tsx:14](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/ChatRoom/ChatRoom.tsx#L14) diff --git a/talawa-admin-docs/modules/components_UserPortal_CommentCard_CommentCard.md b/talawa-admin-docs/modules/components_UserPortal_CommentCard_CommentCard.md index 02c14944e6..cf12d9f0f1 100644 --- a/talawa-admin-docs/modules/components_UserPortal_CommentCard_CommentCard.md +++ b/talawa-admin-docs/modules/components_UserPortal_CommentCard_CommentCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/CommentCard/CommentCard.tsx:26](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/CommentCard/CommentCard.tsx#L26) +[src/components/UserPortal/CommentCard/CommentCard.tsx:26](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/CommentCard/CommentCard.tsx#L26) diff --git a/talawa-admin-docs/modules/components_UserPortal_ContactCard_ContactCard.md b/talawa-admin-docs/modules/components_UserPortal_ContactCard_ContactCard.md index 35d7387382..877869625e 100644 --- a/talawa-admin-docs/modules/components_UserPortal_ContactCard_ContactCard.md +++ b/talawa-admin-docs/modules/components_UserPortal_ContactCard_ContactCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/ContactCard/ContactCard.tsx:15](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/ContactCard/ContactCard.tsx#L15) +[src/components/UserPortal/ContactCard/ContactCard.tsx:15](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/ContactCard/ContactCard.tsx#L15) diff --git a/talawa-admin-docs/modules/components_UserPortal_DonationCard_DonationCard.md b/talawa-admin-docs/modules/components_UserPortal_DonationCard_DonationCard.md index 6180c7fa75..717ae16e0d 100644 --- a/talawa-admin-docs/modules/components_UserPortal_DonationCard_DonationCard.md +++ b/talawa-admin-docs/modules/components_UserPortal_DonationCard_DonationCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/DonationCard/DonationCard.tsx:12](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/DonationCard/DonationCard.tsx#L12) +[src/components/UserPortal/DonationCard/DonationCard.tsx:12](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/DonationCard/DonationCard.tsx#L12) diff --git a/talawa-admin-docs/modules/components_UserPortal_EventCard_EventCard.md b/talawa-admin-docs/modules/components_UserPortal_EventCard_EventCard.md index d5e403d9b8..dd244cf449 100644 --- a/talawa-admin-docs/modules/components_UserPortal_EventCard_EventCard.md +++ b/talawa-admin-docs/modules/components_UserPortal_EventCard_EventCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/EventCard/EventCard.tsx:36](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/EventCard/EventCard.tsx#L36) +[src/components/UserPortal/EventCard/EventCard.tsx:36](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/EventCard/EventCard.tsx#L36) diff --git a/talawa-admin-docs/modules/components_UserPortal_Login_Login.md b/talawa-admin-docs/modules/components_UserPortal_Login_Login.md index a2166ae0f6..184b53f5d8 100644 --- a/talawa-admin-docs/modules/components_UserPortal_Login_Login.md +++ b/talawa-admin-docs/modules/components_UserPortal_Login_Login.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/Login/Login.tsx:19](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/Login/Login.tsx#L19) +[src/components/UserPortal/Login/Login.tsx:19](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/Login/Login.tsx#L19) diff --git a/talawa-admin-docs/modules/components_UserPortal_OrganizationCard_OrganizationCard.md b/talawa-admin-docs/modules/components_UserPortal_OrganizationCard_OrganizationCard.md index d482bcc4ab..8e10c63bc3 100644 --- a/talawa-admin-docs/modules/components_UserPortal_OrganizationCard_OrganizationCard.md +++ b/talawa-admin-docs/modules/components_UserPortal_OrganizationCard_OrganizationCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/OrganizationCard/OrganizationCard.tsx:13](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/OrganizationCard/OrganizationCard.tsx#L13) +[src/components/UserPortal/OrganizationCard/OrganizationCard.tsx:13](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/OrganizationCard/OrganizationCard.tsx#L13) diff --git a/talawa-admin-docs/modules/components_UserPortal_OrganizationNavbar_OrganizationNavbar.md b/talawa-admin-docs/modules/components_UserPortal_OrganizationNavbar_OrganizationNavbar.md index 420e25efbd..f736775c75 100644 --- a/talawa-admin-docs/modules/components_UserPortal_OrganizationNavbar_OrganizationNavbar.md +++ b/talawa-admin-docs/modules/components_UserPortal_OrganizationNavbar_OrganizationNavbar.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.tsx:29](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.tsx#L29) +[src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.tsx:29](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/OrganizationNavbar/OrganizationNavbar.tsx#L29) diff --git a/talawa-admin-docs/modules/components_UserPortal_OrganizationSidebar_OrganizationSidebar.md b/talawa-admin-docs/modules/components_UserPortal_OrganizationSidebar_OrganizationSidebar.md index 4f57998389..52a59db4ad 100644 --- a/talawa-admin-docs/modules/components_UserPortal_OrganizationSidebar_OrganizationSidebar.md +++ b/talawa-admin-docs/modules/components_UserPortal_OrganizationSidebar_OrganizationSidebar.md @@ -20,4 +20,4 @@ #### Defined in -[src/components/UserPortal/OrganizationSidebar/OrganizationSidebar.tsx:18](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/OrganizationSidebar/OrganizationSidebar.tsx#L18) +[src/components/UserPortal/OrganizationSidebar/OrganizationSidebar.tsx:18](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/OrganizationSidebar/OrganizationSidebar.tsx#L18) diff --git a/talawa-admin-docs/modules/components_UserPortal_PeopleCard_PeopleCard.md b/talawa-admin-docs/modules/components_UserPortal_PeopleCard_PeopleCard.md index ee47cfc62d..f8e2ec1375 100644 --- a/talawa-admin-docs/modules/components_UserPortal_PeopleCard_PeopleCard.md +++ b/talawa-admin-docs/modules/components_UserPortal_PeopleCard_PeopleCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/PeopleCard/PeopleCard.tsx:12](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/PeopleCard/PeopleCard.tsx#L12) +[src/components/UserPortal/PeopleCard/PeopleCard.tsx:12](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/PeopleCard/PeopleCard.tsx#L12) diff --git a/talawa-admin-docs/modules/components_UserPortal_PostCard_PostCard.md b/talawa-admin-docs/modules/components_UserPortal_PostCard_PostCard.md index 8e3fbe5a49..acd4a34ab0 100644 --- a/talawa-admin-docs/modules/components_UserPortal_PostCard_PostCard.md +++ b/talawa-admin-docs/modules/components_UserPortal_PostCard_PostCard.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/PostCard/PostCard.tsx:70](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/PostCard/PostCard.tsx#L70) +[src/components/UserPortal/PostCard/PostCard.tsx:70](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/PostCard/PostCard.tsx#L70) diff --git a/talawa-admin-docs/modules/components_UserPortal_PromotedPost_PromotedPost.md b/talawa-admin-docs/modules/components_UserPortal_PromotedPost_PromotedPost.md index 0cb3c3b8a7..706430b680 100644 --- a/talawa-admin-docs/modules/components_UserPortal_PromotedPost_PromotedPost.md +++ b/talawa-admin-docs/modules/components_UserPortal_PromotedPost_PromotedPost.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/PromotedPost/PromotedPost.tsx:10](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/PromotedPost/PromotedPost.tsx#L10) +[src/components/UserPortal/PromotedPost/PromotedPost.tsx:10](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/PromotedPost/PromotedPost.tsx#L10) diff --git a/talawa-admin-docs/modules/components_UserPortal_Register_Register.md b/talawa-admin-docs/modules/components_UserPortal_Register_Register.md index 09b6b54ceb..4f702740c4 100644 --- a/talawa-admin-docs/modules/components_UserPortal_Register_Register.md +++ b/talawa-admin-docs/modules/components_UserPortal_Register_Register.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/Register/Register.tsx:19](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/Register/Register.tsx#L19) +[src/components/UserPortal/Register/Register.tsx:19](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/Register/Register.tsx#L19) diff --git a/talawa-admin-docs/modules/components_UserPortal_SecuredRouteForUser_SecuredRouteForUser.md b/talawa-admin-docs/modules/components_UserPortal_SecuredRouteForUser_SecuredRouteForUser.md index f284f8b3b3..77cc11956f 100644 --- a/talawa-admin-docs/modules/components_UserPortal_SecuredRouteForUser_SecuredRouteForUser.md +++ b/talawa-admin-docs/modules/components_UserPortal_SecuredRouteForUser_SecuredRouteForUser.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UserPortal/SecuredRouteForUser/SecuredRouteForUser.tsx:4](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/SecuredRouteForUser/SecuredRouteForUser.tsx#L4) +[src/components/UserPortal/SecuredRouteForUser/SecuredRouteForUser.tsx:4](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/SecuredRouteForUser/SecuredRouteForUser.tsx#L4) diff --git a/talawa-admin-docs/modules/components_UserPortal_TaskCard_TaskCard.md b/talawa-admin-docs/modules/components_UserPortal_TaskCard_TaskCard.md deleted file mode 100644 index b56f5da20f..0000000000 --- a/talawa-admin-docs/modules/components_UserPortal_TaskCard_TaskCard.md +++ /dev/null @@ -1,29 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/UserPortal/TaskCard/TaskCard - -# Module: components/UserPortal/TaskCard/TaskCard - -## Table of contents - -### Functions - -- [default](components_UserPortal_TaskCard_TaskCard.md#default) - -## Functions - -### default - -▸ **default**(`props`): `JSX.Element` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `props` | `InterfaceTaskCardProps` | - -#### Returns - -`JSX.Element` - -#### Defined in - -[src/components/UserPortal/TaskCard/TaskCard.tsx:43](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/TaskCard/TaskCard.tsx#L43) diff --git a/talawa-admin-docs/modules/components_UserPortal_TaskCard_TaskCard_test.md b/talawa-admin-docs/modules/components_UserPortal_TaskCard_TaskCard_test.md deleted file mode 100644 index 8f1017947a..0000000000 --- a/talawa-admin-docs/modules/components_UserPortal_TaskCard_TaskCard_test.md +++ /dev/null @@ -1,3 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / components/UserPortal/TaskCard/TaskCard.test - -# Module: components/UserPortal/TaskCard/TaskCard.test diff --git a/talawa-admin-docs/modules/components_UserPortal_UserNavbar_UserNavbar.md b/talawa-admin-docs/modules/components_UserPortal_UserNavbar_UserNavbar.md index c5f1f16561..d597a1cfae 100644 --- a/talawa-admin-docs/modules/components_UserPortal_UserNavbar_UserNavbar.md +++ b/talawa-admin-docs/modules/components_UserPortal_UserNavbar_UserNavbar.md @@ -20,4 +20,4 @@ #### Defined in -[src/components/UserPortal/UserNavbar/UserNavbar.tsx:15](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/UserNavbar/UserNavbar.tsx#L15) +[src/components/UserPortal/UserNavbar/UserNavbar.tsx:15](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/UserNavbar/UserNavbar.tsx#L15) diff --git a/talawa-admin-docs/modules/components_UserPortal_UserSidebar_UserSidebar.md b/talawa-admin-docs/modules/components_UserPortal_UserSidebar_UserSidebar.md index fdf82a6a99..db915ca3bd 100644 --- a/talawa-admin-docs/modules/components_UserPortal_UserSidebar_UserSidebar.md +++ b/talawa-admin-docs/modules/components_UserPortal_UserSidebar_UserSidebar.md @@ -20,4 +20,4 @@ #### Defined in -[src/components/UserPortal/UserSidebar/UserSidebar.tsx:15](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserPortal/UserSidebar/UserSidebar.tsx#L15) +[src/components/UserPortal/UserSidebar/UserSidebar.tsx:15](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserPortal/UserSidebar/UserSidebar.tsx#L15) diff --git a/talawa-admin-docs/modules/components_UserUpdate_UserUpdate.md b/talawa-admin-docs/modules/components_UserUpdate_UserUpdate.md index db1e591390..ff783d6228 100644 --- a/talawa-admin-docs/modules/components_UserUpdate_UserUpdate.md +++ b/talawa-admin-docs/modules/components_UserUpdate_UserUpdate.md @@ -27,4 +27,4 @@ #### Defined in -[src/components/UserUpdate/UserUpdate.tsx:23](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UserUpdate/UserUpdate.tsx#L23) +[src/components/UserUpdate/UserUpdate.tsx:23](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UserUpdate/UserUpdate.tsx#L23) diff --git a/talawa-admin-docs/modules/components_UsersTableItem_UserTableItemMocks.md b/talawa-admin-docs/modules/components_UsersTableItem_UserTableItemMocks.md index 1fc4796da1..d3448b9f32 100644 --- a/talawa-admin-docs/modules/components_UsersTableItem_UserTableItemMocks.md +++ b/talawa-admin-docs/modules/components_UsersTableItem_UserTableItemMocks.md @@ -16,4 +16,4 @@ #### Defined in -[src/components/UsersTableItem/UserTableItemMocks.ts:7](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UsersTableItem/UserTableItemMocks.ts#L7) +[src/components/UsersTableItem/UserTableItemMocks.ts:7](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UsersTableItem/UserTableItemMocks.ts#L7) diff --git a/talawa-admin-docs/modules/components_UsersTableItem_UsersTableItem.md b/talawa-admin-docs/modules/components_UsersTableItem_UsersTableItem.md index 05ad42faed..8abfbc96e5 100644 --- a/talawa-admin-docs/modules/components_UsersTableItem_UsersTableItem.md +++ b/talawa-admin-docs/modules/components_UsersTableItem_UsersTableItem.md @@ -26,4 +26,4 @@ #### Defined in -[src/components/UsersTableItem/UsersTableItem.tsx:25](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/UsersTableItem/UsersTableItem.tsx#L25) +[src/components/UsersTableItem/UsersTableItem.tsx:25](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/UsersTableItem/UsersTableItem.tsx#L25) diff --git a/talawa-admin-docs/modules/components_plugins_DummyPlugin2_DummyPlugin2.md b/talawa-admin-docs/modules/components_plugins_DummyPlugin2_DummyPlugin2.md index 52088ef210..79656b6fd2 100644 --- a/talawa-admin-docs/modules/components_plugins_DummyPlugin2_DummyPlugin2.md +++ b/talawa-admin-docs/modules/components_plugins_DummyPlugin2_DummyPlugin2.md @@ -20,4 +20,4 @@ #### Defined in -[src/components/plugins/DummyPlugin2/DummyPlugin2.tsx:4](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/plugins/DummyPlugin2/DummyPlugin2.tsx#L4) +[src/components/plugins/DummyPlugin2/DummyPlugin2.tsx:4](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/plugins/DummyPlugin2/DummyPlugin2.tsx#L4) diff --git a/talawa-admin-docs/modules/components_plugins_DummyPlugin_DummyPlugin.md b/talawa-admin-docs/modules/components_plugins_DummyPlugin_DummyPlugin.md index 7975b7e1d2..877526c5ea 100644 --- a/talawa-admin-docs/modules/components_plugins_DummyPlugin_DummyPlugin.md +++ b/talawa-admin-docs/modules/components_plugins_DummyPlugin_DummyPlugin.md @@ -20,4 +20,4 @@ #### Defined in -[src/components/plugins/DummyPlugin/DummyPlugin.tsx:5](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/components/plugins/DummyPlugin/DummyPlugin.tsx#L5) +[src/components/plugins/DummyPlugin/DummyPlugin.tsx:5](https://github.com/palisadoes/talawa-admin/blob/5828937/src/components/plugins/DummyPlugin/DummyPlugin.tsx#L5) diff --git a/talawa-admin-docs/modules/screens_BlockUser_BlockUser.md b/talawa-admin-docs/modules/screens_BlockUser_BlockUser.md index 7328bf9c36..fa028b0a2b 100644 --- a/talawa-admin-docs/modules/screens_BlockUser_BlockUser.md +++ b/talawa-admin-docs/modules/screens_BlockUser_BlockUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/BlockUser/BlockUser.tsx:32](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/BlockUser/BlockUser.tsx#L32) +[src/screens/BlockUser/BlockUser.tsx:32](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/BlockUser/BlockUser.tsx#L32) diff --git a/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard.md b/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard.md index 1b00c17e5a..66a844e469 100644 --- a/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard.md +++ b/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/EventDashboard/EventDashboard.tsx:37](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/EventDashboard/EventDashboard.tsx#L37) +[src/screens/EventDashboard/EventDashboard.tsx:10](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/EventDashboard/EventDashboard.tsx#L10) diff --git a/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard_mocks.md b/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard_mocks.md index 1d1fa0807a..1f050ce6a6 100644 --- a/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard_mocks.md +++ b/talawa-admin-docs/modules/screens_EventDashboard_EventDashboard_mocks.md @@ -6,47 +6,25 @@ ### Variables -- [queryMockWithProject](screens_EventDashboard_EventDashboard_mocks.md#querymockwithproject) -- [queryMockWithProjectAndTask](screens_EventDashboard_EventDashboard_mocks.md#querymockwithprojectandtask) - [queryMockWithTime](screens_EventDashboard_EventDashboard_mocks.md#querymockwithtime) - [queryMockWithoutTime](screens_EventDashboard_EventDashboard_mocks.md#querymockwithouttime) ## Variables -### queryMockWithProject - -• `Const` **queryMockWithProject**: (\{ `request`: \{ `query`: `DocumentNode` = EVENT\_FEEDBACKS; `variables`: \{ `id`: `string` = 'event123' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = 'event123'; `allDay?`: `undefined` = false; `attendees?`: `undefined` = []; `averageFeedbackScore`: `number` = 0; `description?`: `undefined` = 'This is a new update'; `endDate?`: `undefined` = '2/2/23'; `endTime?`: `undefined` = '07:00'; `feedback`: `never`[] = []; `location?`: `undefined` = 'New Delhi'; `organization?`: `undefined` ; `projects?`: `undefined` = []; `startDate?`: `undefined` = '1/1/23'; `startTime?`: `undefined` = '02:00'; `title?`: `undefined` = 'Updated title' \} \} \} \} \| \{ `request`: \{ `query`: `DocumentNode` = EVENT\_DETAILS; `variables`: \{ `id`: `string` = 'event123' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = 'event123'; `allDay`: `boolean` = false; `attendees`: \{ `_id`: `string` = 'user1' \}[] ; `description`: `string` = 'Event Description'; `endDate`: `string` = '2/2/23'; `endTime`: `string` = '09:00:00'; `location`: `string` = 'India'; `organization`: \{ `_id`: `string` = 'org1'; `members`: \{ `_id`: `string` = 'user1'; `firstName`: `string` = 'John'; `lastName`: `string` = 'Doe' \}[] \} ; `projects`: \{ `_id`: `string` = 'project1'; `description`: `string` = 'Project Description 1'; `tasks`: `never`[] = []; `title`: `string` = 'Project 1' \}[] ; `startDate`: `string` = '1/1/23'; `startTime`: `string` = '08:00:00'; `title`: `string` = 'Event Title' \} \} \} \})[] - -#### Defined in - -[src/screens/EventDashboard/EventDashboard.mocks.ts:138](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/EventDashboard/EventDashboard.mocks.ts#L138) - -___ - -### queryMockWithProjectAndTask - -• `Const` **queryMockWithProjectAndTask**: (\{ `request`: \{ `query`: `DocumentNode` = EVENT\_FEEDBACKS; `variables`: \{ `id`: `string` = 'event123' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = 'event123'; `allDay?`: `undefined` = false; `attendees?`: `undefined` = []; `averageFeedbackScore`: `number` = 0; `description?`: `undefined` = 'This is a new update'; `endDate?`: `undefined` = '2/2/23'; `endTime?`: `undefined` = '07:00'; `feedback`: `never`[] = []; `location?`: `undefined` = 'New Delhi'; `organization?`: `undefined` ; `projects?`: `undefined` = []; `startDate?`: `undefined` = '1/1/23'; `startTime?`: `undefined` = '02:00'; `title?`: `undefined` = 'Updated title' \} \} \} \} \| \{ `request`: \{ `query`: `DocumentNode` = EVENT\_DETAILS; `variables`: \{ `id`: `string` = 'event123' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = 'event123'; `allDay`: `boolean` = false; `attendees`: \{ `_id`: `string` = 'user1' \}[] ; `description`: `string` = 'Event Description'; `endDate`: `string` = '2/2/23'; `endTime`: `string` = '09:00:00'; `location`: `string` = 'India'; `organization`: \{ `_id`: `string` = 'org1'; `members`: \{ `_id`: `string` = 'user1'; `firstName`: `string` = 'John'; `lastName`: `string` = 'Doe' \}[] \} ; `projects`: \{ `_id`: `string` = 'project1'; `description`: `string` = 'Project Description 1'; `tasks`: \{ `_id`: `string` = 'task1'; `completed`: `boolean` = false; `deadline`: `string` = '22/12/23'; `description`: `string` = 'Description 1'; `title`: `string` = 'Task 1'; `volunteers`: `never`[] = [] \}[] ; `title`: `string` = 'Project 1' \}[] ; `startDate`: `string` = '1/1/23'; `startTime`: `string` = '08:00:00'; `title`: `string` = 'Event Title' \} \} \} \})[] - -#### Defined in - -[src/screens/EventDashboard/EventDashboard.mocks.ts:179](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/EventDashboard/EventDashboard.mocks.ts#L179) - -___ - ### queryMockWithTime -• `Const` **queryMockWithTime**: (\{ `request`: \{ `query`: `DocumentNode` = EVENT\_FEEDBACKS; `variables`: \{ `id`: `string` = 'event123' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = 'event123'; `allDay?`: `undefined` = false; `attendees?`: `undefined` = []; `averageFeedbackScore`: `number` = 0; `description?`: `undefined` = 'This is a new update'; `endDate?`: `undefined` = '2/2/23'; `endTime?`: `undefined` = '07:00'; `feedback`: `never`[] = []; `location?`: `undefined` = 'New Delhi'; `organization?`: `undefined` ; `projects?`: `undefined` = []; `startDate?`: `undefined` = '1/1/23'; `startTime?`: `undefined` = '02:00'; `title?`: `undefined` = 'Updated title' \} \} \} \} \| \{ `request`: \{ `query`: `DocumentNode` = EVENT\_DETAILS; `variables`: \{ `id`: `string` = 'event123' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = 'event123'; `allDay`: `boolean` = false; `attendees`: \{ `_id`: `string` = 'user1' \}[] ; `description`: `string` = 'Event Description'; `endDate`: `string` = '2/2/23'; `endTime`: `string` = '09:00:00'; `location`: `string` = 'India'; `organization`: \{ `_id`: `string` = 'org1'; `members`: \{ `_id`: `string` = 'user1'; `firstName`: `string` = 'John'; `lastName`: `string` = 'Doe' \}[] \} ; `projects`: `never`[] = []; `startDate`: `string` = '1/1/23'; `startTime`: `string` = '08:00:00'; `title`: `string` = 'Event Title' \} \} \} \})[] +• `Const` **queryMockWithTime**: (\{ `request`: \{ `query`: `DocumentNode` = EVENT\_FEEDBACKS; `variables`: \{ `id`: `string` = 'event123' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = 'event123'; `allDay?`: `undefined` = false; `attendees?`: `undefined` = []; `averageFeedbackScore`: `number` = 0; `description?`: `undefined` = 'This is a new update'; `endDate?`: `undefined` = '2/2/23'; `endTime?`: `undefined` = '07:00'; `feedback`: `never`[] = []; `location?`: `undefined` = 'New Delhi'; `organization?`: `undefined` ; `startDate?`: `undefined` = '1/1/23'; `startTime?`: `undefined` = '02:00'; `title?`: `undefined` = 'Updated title' \} \} \} \} \| \{ `request`: \{ `query`: `DocumentNode` = EVENT\_DETAILS; `variables`: \{ `id`: `string` = 'event123' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = 'event123'; `allDay`: `boolean` = false; `attendees`: \{ `_id`: `string` = 'user1' \}[] ; `description`: `string` = 'Event Description'; `endDate`: `string` = '2/2/23'; `endTime`: `string` = '09:00:00'; `location`: `string` = 'India'; `organization`: \{ `_id`: `string` = 'org1'; `members`: \{ `_id`: `string` = 'user1'; `firstName`: `string` = 'John'; `lastName`: `string` = 'Doe' \}[] \} ; `startDate`: `string` = '1/1/23'; `startTime`: `string` = '08:00:00'; `title`: `string` = 'Event Title' \} \} \} \})[] #### Defined in -[src/screens/EventDashboard/EventDashboard.mocks.ts:70](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/EventDashboard/EventDashboard.mocks.ts#L70) +[src/screens/EventDashboard/EventDashboard.mocks.ts:69](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/EventDashboard/EventDashboard.mocks.ts#L69) ___ ### queryMockWithoutTime -• `Const` **queryMockWithoutTime**: (\{ `request`: \{ `query`: `DocumentNode` = EVENT\_FEEDBACKS; `variables`: \{ `id`: `string` = 'event123' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = 'event123'; `allDay?`: `undefined` = false; `attendees?`: `undefined` = []; `averageFeedbackScore`: `number` = 0; `description?`: `undefined` = 'This is a new update'; `endDate?`: `undefined` = '2/2/23'; `endTime?`: `undefined` = '07:00'; `feedback`: `never`[] = []; `location?`: `undefined` = 'New Delhi'; `organization?`: `undefined` ; `projects?`: `undefined` = []; `startDate?`: `undefined` = '1/1/23'; `startTime?`: `undefined` = '02:00'; `title?`: `undefined` = 'Updated title' \} \} \} \} \| \{ `request`: \{ `query`: `DocumentNode` = EVENT\_DETAILS; `variables`: \{ `id`: `string` = '' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = ''; `allDay`: `boolean` = false; `attendees`: `never`[] = []; `averageFeedbackScore?`: `undefined` = 0; `description`: `string` = 'Event Description'; `endDate`: `string` = '2/2/23'; `endTime`: `string` = '09:00:00'; `feedback?`: `undefined` = []; `location`: `string` = 'India'; `organization`: \{ `_id`: `string` = ''; `members`: `never`[] = [] \} ; `projects`: `never`[] = []; `startDate`: `string` = '1/1/23'; `startTime`: `string` = '08:00:00'; `title`: `string` = 'Event Title' \} \} \} \} \| \{ `request`: \{ `query`: `DocumentNode` = EVENT\_DETAILS; `variables`: \{ `id`: `string` = 'event123' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = 'event123'; `allDay`: `boolean` = false; `attendees`: \{ `_id`: `string` = 'user1' \}[] ; `description`: `string` = 'Event Description'; `endDate`: `string` = '2/2/23'; `endTime`: ``null`` = null; `location`: `string` = 'India'; `organization`: \{ `_id`: `string` = 'org1'; `members`: \{ `_id`: `string` = 'user1'; `firstName`: `string` = 'John'; `lastName`: `string` = 'Doe' \}[] \} ; `projects`: `never`[] = []; `startDate`: `string` = '1/1/23'; `startTime`: ``null`` = null; `title`: `string` = 'Event Title' \} \} \} \})[] +• `Const` **queryMockWithoutTime**: (\{ `request`: \{ `query`: `DocumentNode` = EVENT\_FEEDBACKS; `variables`: \{ `id`: `string` = 'event123' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = 'event123'; `allDay?`: `undefined` = false; `attendees?`: `undefined` = []; `averageFeedbackScore`: `number` = 0; `description?`: `undefined` = 'This is a new update'; `endDate?`: `undefined` = '2/2/23'; `endTime?`: `undefined` = '07:00'; `feedback`: `never`[] = []; `location?`: `undefined` = 'New Delhi'; `organization?`: `undefined` ; `startDate?`: `undefined` = '1/1/23'; `startTime?`: `undefined` = '02:00'; `title?`: `undefined` = 'Updated title' \} \} \} \} \| \{ `request`: \{ `query`: `DocumentNode` = EVENT\_DETAILS; `variables`: \{ `id`: `string` = '' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = ''; `allDay`: `boolean` = false; `attendees`: `never`[] = []; `averageFeedbackScore?`: `undefined` = 0; `description`: `string` = 'Event Description'; `endDate`: `string` = '2/2/23'; `endTime`: `string` = '09:00:00'; `feedback?`: `undefined` = []; `location`: `string` = 'India'; `organization`: \{ `_id`: `string` = ''; `members`: `never`[] = [] \} ; `startDate`: `string` = '1/1/23'; `startTime`: `string` = '08:00:00'; `title`: `string` = 'Event Title' \} \} \} \} \| \{ `request`: \{ `query`: `DocumentNode` = EVENT\_DETAILS; `variables`: \{ `id`: `string` = 'event123' \} \} ; `result`: \{ `data`: \{ `event`: \{ `_id`: `string` = 'event123'; `allDay`: `boolean` = false; `attendees`: \{ `_id`: `string` = 'user1' \}[] ; `description`: `string` = 'Event Description'; `endDate`: `string` = '2/2/23'; `endTime`: ``null`` = null; `location`: `string` = 'India'; `organization`: \{ `_id`: `string` = 'org1'; `members`: \{ `_id`: `string` = 'user1'; `firstName`: `string` = 'John'; `lastName`: `string` = 'Doe' \}[] \} ; `startDate`: `string` = '1/1/23'; `startTime`: ``null`` = null; `title`: `string` = 'Event Title' \} \} \} \})[] #### Defined in -[src/screens/EventDashboard/EventDashboard.mocks.ts:104](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/EventDashboard/EventDashboard.mocks.ts#L104) +[src/screens/EventDashboard/EventDashboard.mocks.ts:102](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/EventDashboard/EventDashboard.mocks.ts#L102) diff --git a/talawa-admin-docs/modules/screens_ForgotPassword_ForgotPassword.md b/talawa-admin-docs/modules/screens_ForgotPassword_ForgotPassword.md index 3916b0bdd3..78f0152ebe 100644 --- a/talawa-admin-docs/modules/screens_ForgotPassword_ForgotPassword.md +++ b/talawa-admin-docs/modules/screens_ForgotPassword_ForgotPassword.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/ForgotPassword/ForgotPassword.tsx:21](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/ForgotPassword/ForgotPassword.tsx#L21) +[src/screens/ForgotPassword/ForgotPassword.tsx:21](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/ForgotPassword/ForgotPassword.tsx#L21) diff --git a/talawa-admin-docs/modules/screens_LoginPage_LoginPage.md b/talawa-admin-docs/modules/screens_LoginPage_LoginPage.md index b414b3c467..253aabff73 100644 --- a/talawa-admin-docs/modules/screens_LoginPage_LoginPage.md +++ b/talawa-admin-docs/modules/screens_LoginPage_LoginPage.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/LoginPage/LoginPage.tsx:39](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/LoginPage/LoginPage.tsx#L39) +[src/screens/LoginPage/LoginPage.tsx:39](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/LoginPage/LoginPage.tsx#L39) diff --git a/talawa-admin-docs/modules/screens_MemberDetail_MemberDetail.md b/talawa-admin-docs/modules/screens_MemberDetail_MemberDetail.md index 564fc677eb..006cd222a1 100644 --- a/talawa-admin-docs/modules/screens_MemberDetail_MemberDetail.md +++ b/talawa-admin-docs/modules/screens_MemberDetail_MemberDetail.md @@ -29,7 +29,7 @@ #### Defined in -[src/screens/MemberDetail/MemberDetail.tsx:23](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/MemberDetail/MemberDetail.tsx#L23) +[src/screens/MemberDetail/MemberDetail.tsx:23](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/MemberDetail/MemberDetail.tsx#L23) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[src/screens/MemberDetail/MemberDetail.tsx:296](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/MemberDetail/MemberDetail.tsx#L296) +[src/screens/MemberDetail/MemberDetail.tsx:296](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/MemberDetail/MemberDetail.tsx#L296) ___ @@ -69,4 +69,4 @@ ___ #### Defined in -[src/screens/MemberDetail/MemberDetail.tsx:288](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/MemberDetail/MemberDetail.tsx#L288) +[src/screens/MemberDetail/MemberDetail.tsx:288](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/MemberDetail/MemberDetail.tsx#L288) diff --git a/talawa-admin-docs/modules/screens_OrgContribution_OrgContribution.md b/talawa-admin-docs/modules/screens_OrgContribution_OrgContribution.md index 66c76cb90c..4699509e33 100644 --- a/talawa-admin-docs/modules/screens_OrgContribution_OrgContribution.md +++ b/talawa-admin-docs/modules/screens_OrgContribution_OrgContribution.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/OrgContribution/OrgContribution.tsx:11](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrgContribution/OrgContribution.tsx#L11) +[src/screens/OrgContribution/OrgContribution.tsx:11](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrgContribution/OrgContribution.tsx#L11) diff --git a/talawa-admin-docs/modules/screens_OrgList_OrgList.md b/talawa-admin-docs/modules/screens_OrgList_OrgList.md index 41a6b93b30..733e7d22f7 100644 --- a/talawa-admin-docs/modules/screens_OrgList_OrgList.md +++ b/talawa-admin-docs/modules/screens_OrgList_OrgList.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/OrgList/OrgList.tsx:33](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrgList/OrgList.tsx#L33) +[src/screens/OrgList/OrgList.tsx:33](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrgList/OrgList.tsx#L33) diff --git a/talawa-admin-docs/modules/screens_OrgList_OrgListMocks.md b/talawa-admin-docs/modules/screens_OrgList_OrgListMocks.md index 4cca1521d6..feab67162c 100644 --- a/talawa-admin-docs/modules/screens_OrgList_OrgListMocks.md +++ b/talawa-admin-docs/modules/screens_OrgList_OrgListMocks.md @@ -19,7 +19,7 @@ #### Defined in -[src/screens/OrgList/OrgListMocks.ts:83](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrgList/OrgListMocks.ts#L83) +[src/screens/OrgList/OrgListMocks.ts:83](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrgList/OrgListMocks.ts#L83) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[src/screens/OrgList/OrgListMocks.ts:208](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrgList/OrgListMocks.ts#L208) +[src/screens/OrgList/OrgListMocks.ts:208](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrgList/OrgListMocks.ts#L208) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/screens/OrgList/OrgListMocks.ts:144](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrgList/OrgListMocks.ts#L144) +[src/screens/OrgList/OrgListMocks.ts:144](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrgList/OrgListMocks.ts#L144) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[src/screens/OrgList/OrgListMocks.ts:172](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrgList/OrgListMocks.ts#L172) +[src/screens/OrgList/OrgListMocks.ts:172](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrgList/OrgListMocks.ts#L172) diff --git a/talawa-admin-docs/modules/screens_OrgList_OrganizationModal.md b/talawa-admin-docs/modules/screens_OrgList_OrganizationModal.md index 566e38347f..1d88a6ba6e 100644 --- a/talawa-admin-docs/modules/screens_OrgList_OrganizationModal.md +++ b/talawa-admin-docs/modules/screens_OrgList_OrganizationModal.md @@ -29,4 +29,4 @@ Represents the organization modal component. #### Defined in -[src/screens/OrgList/OrganizationModal.tsx:56](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrgList/OrganizationModal.tsx#L56) +[src/screens/OrgList/OrganizationModal.tsx:56](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrgList/OrganizationModal.tsx#L56) diff --git a/talawa-admin-docs/modules/screens_OrgPost_OrgPost.md b/talawa-admin-docs/modules/screens_OrgPost_OrgPost.md index 76f3f13415..fcf387afcd 100644 --- a/talawa-admin-docs/modules/screens_OrgPost_OrgPost.md +++ b/talawa-admin-docs/modules/screens_OrgPost_OrgPost.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/OrgPost/OrgPost.tsx:35](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrgPost/OrgPost.tsx#L35) +[src/screens/OrgPost/OrgPost.tsx:35](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrgPost/OrgPost.tsx#L35) diff --git a/talawa-admin-docs/modules/screens_OrgSettings_OrgSettings.md b/talawa-admin-docs/modules/screens_OrgSettings_OrgSettings.md index a4ad33e8b3..97dbf56719 100644 --- a/talawa-admin-docs/modules/screens_OrgSettings_OrgSettings.md +++ b/talawa-admin-docs/modules/screens_OrgSettings_OrgSettings.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/OrgSettings/OrgSettings.tsx:13](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrgSettings/OrgSettings.tsx#L13) +[src/screens/OrgSettings/OrgSettings.tsx:13](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrgSettings/OrgSettings.tsx#L13) diff --git a/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboard.md b/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboard.md index 1d46fef6f0..4895b9776c 100644 --- a/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboard.md +++ b/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboard.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/OrganizationDashboard/OrganizationDashboard.tsx:32](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrganizationDashboard/OrganizationDashboard.tsx#L32) +[src/screens/OrganizationDashboard/OrganizationDashboard.tsx:32](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrganizationDashboard/OrganizationDashboard.tsx#L32) diff --git a/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboardMocks.md b/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboardMocks.md index d11a50ffe4..9bb37055b1 100644 --- a/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboardMocks.md +++ b/talawa-admin-docs/modules/screens_OrganizationDashboard_OrganizationDashboardMocks.md @@ -18,7 +18,7 @@ #### Defined in -[src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:188](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts#L188) +[src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:188](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts#L188) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:263](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts#L263) +[src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:263](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts#L263) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:8](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts#L8) +[src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts:8](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrganizationDashboard/OrganizationDashboardMocks.ts#L8) diff --git a/talawa-admin-docs/modules/screens_OrganizationEvents_OrganizationEvents.md b/talawa-admin-docs/modules/screens_OrganizationEvents_OrganizationEvents.md index eb621862df..41760733a5 100644 --- a/talawa-admin-docs/modules/screens_OrganizationEvents_OrganizationEvents.md +++ b/talawa-admin-docs/modules/screens_OrganizationEvents_OrganizationEvents.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/OrganizationEvents/OrganizationEvents.tsx:23](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrganizationEvents/OrganizationEvents.tsx#L23) +[src/screens/OrganizationEvents/OrganizationEvents.tsx:23](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrganizationEvents/OrganizationEvents.tsx#L23) diff --git a/talawa-admin-docs/modules/screens_OrganizationPeople_OrganizationPeople.md b/talawa-admin-docs/modules/screens_OrganizationPeople_OrganizationPeople.md index 610b204236..b200ffa6be 100644 --- a/talawa-admin-docs/modules/screens_OrganizationPeople_OrganizationPeople.md +++ b/talawa-admin-docs/modules/screens_OrganizationPeople_OrganizationPeople.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/OrganizationPeople/OrganizationPeople.tsx:28](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/OrganizationPeople/OrganizationPeople.tsx#L28) +[src/screens/OrganizationPeople/OrganizationPeople.tsx:28](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/OrganizationPeople/OrganizationPeople.tsx#L28) diff --git a/talawa-admin-docs/modules/screens_PageNotFound_PageNotFound.md b/talawa-admin-docs/modules/screens_PageNotFound_PageNotFound.md index 36ffefe2bb..0731691cef 100644 --- a/talawa-admin-docs/modules/screens_PageNotFound_PageNotFound.md +++ b/talawa-admin-docs/modules/screens_PageNotFound_PageNotFound.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/PageNotFound/PageNotFound.tsx:8](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/PageNotFound/PageNotFound.tsx#L8) +[src/screens/PageNotFound/PageNotFound.tsx:8](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/PageNotFound/PageNotFound.tsx#L8) diff --git a/talawa-admin-docs/modules/screens_UserPortal_Chat_Chat.md b/talawa-admin-docs/modules/screens_UserPortal_Chat_Chat.md index 281ffeb213..ede5d424c5 100644 --- a/talawa-admin-docs/modules/screens_UserPortal_Chat_Chat.md +++ b/talawa-admin-docs/modules/screens_UserPortal_Chat_Chat.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/UserPortal/Chat/Chat.tsx:30](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/UserPortal/Chat/Chat.tsx#L30) +[src/screens/UserPortal/Chat/Chat.tsx:30](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/UserPortal/Chat/Chat.tsx#L30) diff --git a/talawa-admin-docs/modules/screens_UserPortal_Donate_Donate.md b/talawa-admin-docs/modules/screens_UserPortal_Donate_Donate.md index 6a7a111671..3ca32cd15b 100644 --- a/talawa-admin-docs/modules/screens_UserPortal_Donate_Donate.md +++ b/talawa-admin-docs/modules/screens_UserPortal_Donate_Donate.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/UserPortal/Donate/Donate.tsx:27](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/UserPortal/Donate/Donate.tsx#L27) +[src/screens/UserPortal/Donate/Donate.tsx:27](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/UserPortal/Donate/Donate.tsx#L27) diff --git a/talawa-admin-docs/modules/screens_UserPortal_Events_Events.md b/talawa-admin-docs/modules/screens_UserPortal_Events_Events.md index 8a57b6cde4..4ee01ee363 100644 --- a/talawa-admin-docs/modules/screens_UserPortal_Events_Events.md +++ b/talawa-admin-docs/modules/screens_UserPortal_Events_Events.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/UserPortal/Events/Events.tsx:49](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/UserPortal/Events/Events.tsx#L49) +[src/screens/UserPortal/Events/Events.tsx:49](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/UserPortal/Events/Events.tsx#L49) diff --git a/talawa-admin-docs/modules/screens_UserPortal_Home_Home.md b/talawa-admin-docs/modules/screens_UserPortal_Home_Home.md index e738e1cd2f..6d135e4472 100644 --- a/talawa-admin-docs/modules/screens_UserPortal_Home_Home.md +++ b/talawa-admin-docs/modules/screens_UserPortal_Home_Home.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/UserPortal/Home/Home.tsx:78](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/UserPortal/Home/Home.tsx#L78) +[src/screens/UserPortal/Home/Home.tsx:78](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/UserPortal/Home/Home.tsx#L78) diff --git a/talawa-admin-docs/modules/screens_UserPortal_Organizations_Organizations.md b/talawa-admin-docs/modules/screens_UserPortal_Organizations_Organizations.md index 3f04b3e12c..93e081b2ca 100644 --- a/talawa-admin-docs/modules/screens_UserPortal_Organizations_Organizations.md +++ b/talawa-admin-docs/modules/screens_UserPortal_Organizations_Organizations.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/UserPortal/Organizations/Organizations.tsx:24](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/UserPortal/Organizations/Organizations.tsx#L24) +[src/screens/UserPortal/Organizations/Organizations.tsx:24](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/UserPortal/Organizations/Organizations.tsx#L24) diff --git a/talawa-admin-docs/modules/screens_UserPortal_People_People.md b/talawa-admin-docs/modules/screens_UserPortal_People_People.md index cd88331ee7..9a59cdd4ed 100644 --- a/talawa-admin-docs/modules/screens_UserPortal_People_People.md +++ b/talawa-admin-docs/modules/screens_UserPortal_People_People.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/UserPortal/People/People.tsx:26](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/UserPortal/People/People.tsx#L26) +[src/screens/UserPortal/People/People.tsx:26](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/UserPortal/People/People.tsx#L26) diff --git a/talawa-admin-docs/modules/screens_UserPortal_Settings_Settings.md b/talawa-admin-docs/modules/screens_UserPortal_Settings_Settings.md index c900d16c11..9998959a9d 100644 --- a/talawa-admin-docs/modules/screens_UserPortal_Settings_Settings.md +++ b/talawa-admin-docs/modules/screens_UserPortal_Settings_Settings.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/UserPortal/Settings/Settings.tsx:15](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/UserPortal/Settings/Settings.tsx#L15) +[src/screens/UserPortal/Settings/Settings.tsx:15](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/UserPortal/Settings/Settings.tsx#L15) diff --git a/talawa-admin-docs/modules/screens_UserPortal_Tasks_Tasks.md b/talawa-admin-docs/modules/screens_UserPortal_Tasks_Tasks.md deleted file mode 100644 index 208be64d2f..0000000000 --- a/talawa-admin-docs/modules/screens_UserPortal_Tasks_Tasks.md +++ /dev/null @@ -1,23 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / screens/UserPortal/Tasks/Tasks - -# Module: screens/UserPortal/Tasks/Tasks - -## Table of contents - -### Functions - -- [default](screens_UserPortal_Tasks_Tasks.md#default) - -## Functions - -### default - -▸ **default**(): `JSX.Element` - -#### Returns - -`JSX.Element` - -#### Defined in - -[src/screens/UserPortal/Tasks/Tasks.tsx:41](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/UserPortal/Tasks/Tasks.tsx#L41) diff --git a/talawa-admin-docs/modules/screens_UserPortal_Tasks_Tasks_test.md b/talawa-admin-docs/modules/screens_UserPortal_Tasks_Tasks_test.md deleted file mode 100644 index 434156f8ce..0000000000 --- a/talawa-admin-docs/modules/screens_UserPortal_Tasks_Tasks_test.md +++ /dev/null @@ -1,3 +0,0 @@ -[talawa-admin](../README.md) / [Modules](../modules.md) / screens/UserPortal/Tasks/Tasks.test - -# Module: screens/UserPortal/Tasks/Tasks.test diff --git a/talawa-admin-docs/modules/screens_UserPortal_UserLoginPage_UserLoginPage.md b/talawa-admin-docs/modules/screens_UserPortal_UserLoginPage_UserLoginPage.md index 0222a2a903..0469ad12c7 100644 --- a/talawa-admin-docs/modules/screens_UserPortal_UserLoginPage_UserLoginPage.md +++ b/talawa-admin-docs/modules/screens_UserPortal_UserLoginPage_UserLoginPage.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/UserPortal/UserLoginPage/UserLoginPage.tsx:38](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/UserPortal/UserLoginPage/UserLoginPage.tsx#L38) +[src/screens/UserPortal/UserLoginPage/UserLoginPage.tsx:38](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/UserPortal/UserLoginPage/UserLoginPage.tsx#L38) diff --git a/talawa-admin-docs/modules/screens_Users_Users.md b/talawa-admin-docs/modules/screens_Users_Users.md index 36d3c6bfb2..bc040f58a3 100644 --- a/talawa-admin-docs/modules/screens_Users_Users.md +++ b/talawa-admin-docs/modules/screens_Users_Users.md @@ -20,4 +20,4 @@ #### Defined in -[src/screens/Users/Users.tsx:23](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/Users/Users.tsx#L23) +[src/screens/Users/Users.tsx:23](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/Users/Users.tsx#L23) diff --git a/talawa-admin-docs/modules/screens_Users_UsersMocks.md b/talawa-admin-docs/modules/screens_Users_UsersMocks.md index 3dedbb824e..8d843f7468 100644 --- a/talawa-admin-docs/modules/screens_Users_UsersMocks.md +++ b/talawa-admin-docs/modules/screens_Users_UsersMocks.md @@ -18,7 +18,7 @@ #### Defined in -[src/screens/Users/UsersMocks.ts:320](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/Users/UsersMocks.ts#L320) +[src/screens/Users/UsersMocks.ts:320](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/Users/UsersMocks.ts#L320) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/screens/Users/UsersMocks.ts:7](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/Users/UsersMocks.ts#L7) +[src/screens/Users/UsersMocks.ts:7](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/Users/UsersMocks.ts#L7) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/screens/Users/UsersMocks.ts:188](https://github.com/disha1202/talawa-admin/blob/6c7f6a1/src/screens/Users/UsersMocks.ts#L188) +[src/screens/Users/UsersMocks.ts:188](https://github.com/palisadoes/talawa-admin/blob/5828937/src/screens/Users/UsersMocks.ts#L188)