mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-15 12:54:52 +01:00
format
This commit is contained in:
parent
176bb47cb5
commit
db1600d81b
@ -48,7 +48,7 @@ export const createMaterializedView = async (params: CreateMaterializedViewsPara
|
||||
options,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
try {
|
||||
const createResponse = await createUpdateSqlContainer(
|
||||
userContext.subscriptionId,
|
||||
|
@ -420,7 +420,7 @@ export const AddMaterializedViewPanel = (props: AddMaterializedViewPanelProps):
|
||||
<AddMVAdvancedComponent {...{ useHashV1, setUseHashV1, setSubPartitionKeys }} />
|
||||
</Stack>
|
||||
<PanelFooterComponent buttonLabel="OK" isButtonDisabled={isThroughputCapExceeded} />
|
||||
{isExecuting && (<PanelLoadingScreen />)}
|
||||
{isExecuting && <PanelLoadingScreen />}
|
||||
</div>
|
||||
</form>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user