We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cff45 commit 937807dCopy full SHA for 937807d
1 file changed
frontend/src/components/dialogs/SnapshotEditDialog.vue
@@ -10,6 +10,11 @@
10
</template>
11
</FormRow>
12
</form>
13
+ <p class="text-gray-600 italic">
14
+ <span>
15
+ Note: Changes made to a snapshot will not be immediately reflected on devices that are already running this snapshot.
16
+ </span>
17
+ </p>
18
19
<template #actions>
20
<ff-button kind="secondary" data-action="dialog-cancel" :disabled="submitted" @click="cancel()">Cancel</ff-button>
0 commit comments