Skip to content

Commit

Permalink
Merge pull request #18151 from mvdbeek/delay_tool_form_rendering_unti…
Browse files Browse the repository at this point in the history
…l_config_loaded

[24.0] Delay tool form rendering until config is loaded
  • Loading branch information
jmchilton authored May 15, 2024
2 parents ab56ee1 + 7b509b6 commit 6b06aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Tool/ToolForm.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="currentUser && currentHistoryId">
<div v-if="currentUser && currentHistoryId && isConfigLoaded">
<b-alert :show="messageShow" :variant="messageVariant">
{{ messageText }}
</b-alert>
Expand Down

0 comments on commit 6b06aac

Please sign in to comment.