Commit 9505e93d authored by Filip Šenk's avatar Filip Šenk
Browse files

Fixed nits

parent 4c896a75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ const EditorView: FC<PropsWithChildren> = ({ children }) => {
              text={hide ? undefined : 'Download YAML'}
            />
            <Button
              icon='upload'
              icon='panel'
              minimal
              fill
              alignText='left'
@@ -165,7 +165,7 @@ const EditorView: FC<PropsWithChildren> = ({ children }) => {
                  console.error(error)
                }
              }}
              text={hide ? undefined : 'Upload definition'}
              text={hide ? undefined : 'Upload to Exercise Panel'}
            />
            <CommitDefinition sidebar hide={hide} />
          </>